(feat) Add auto-discovery in k8s | Adarsh

This commit is contained in:
Adarsh K Kumar
2020-10-30 21:00:03 +05:30
parent d76caeeb35
commit 81e6e0b188
1170 changed files with 441034 additions and 14 deletions

View File

@ -13,4 +13,18 @@ services:
conditions:
- "[STATUS] == 200"
- "[BODY].deleted == false"
- "len([BODY].text) > 0"
- "len([BODY].text) > 0"
auto-discover-k8s-services: true
k8s-service-suffix: ".svc.environment.local"
k8s-service-config:
interval: 30s
conditions:
- "[STATUS] == 200"
exclude-suffix:
- primary
- canary
k8s-cluster-mode: "out"