Several changes:

- Rename ExcludeSuffix to ExcludedServiceSuffixes
- Rename ServiceSuffix to HostnameSuffix
- Rename HealthAPI to TargetPath
- Add ExcludedServices
This commit is contained in:
TwinProduction
2020-11-11 16:29:30 -05:00
parent a658100da4
commit 3a0a8db898
5 changed files with 99 additions and 60 deletions

View File

@ -62,6 +62,7 @@ type Config struct {
// Services List of services to monitor
Services []*core.Service `yaml:"services"`
// Kubernetes is the Kubernetes configuration
Kubernetes *k8s.Config `yaml:"kubernetes"`
}