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

@ -18,7 +18,7 @@ services:
kubernetes:
cluster-mode: "out"
auto-discover: true
exclude-suffix:
excluded-service-suffixes:
- primary
- canary
service-template:
@ -27,5 +27,9 @@ kubernetes:
- "[STATUS] == 200"
namespaces:
- name: default
service-suffix: "default.svc.cluster.local"
health-api: "/health"
hostname-suffix: ".default.svc.cluster.local"
target-path: "/health"
excluded-services:
- gatus
- kubernetes
- twinnation