Add deployment example for Kubernetes

This commit is contained in:
TwinProduction
2020-11-11 20:18:54 -05:00
parent 7699552c5b
commit 3773f952a8
3 changed files with 116 additions and 20 deletions

View File

@ -14,21 +14,3 @@ services:
- "[STATUS] == 200"
- "[BODY].deleted == false"
- "len([BODY].text) > 0"
kubernetes:
cluster-mode: "out"
auto-discover: true
excluded-service-suffixes:
- canary
service-template:
interval: 30s
conditions:
- "[STATUS] == 200"
namespaces:
- name: default
hostname-suffix: ".default.svc.cluster.local"
target-path: "/health"
excluded-services:
- gatus
- kubernetes
- twinnation