Several changes:
- Rename ExcludeSuffix to ExcludedServiceSuffixes - Rename ServiceSuffix to HostnameSuffix - Rename HealthAPI to TargetPath - Add ExcludedServices
This commit is contained in:
10
config.yaml
10
config.yaml
@ -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
|
Reference in New Issue
Block a user