From 7e0243ee2939f90369f684f412983d62a172c58a Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Wed, 11 Nov 2020 14:52:15 -0500 Subject: [PATCH] Use default namespace as example --- config.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/config.yaml b/config.yaml index db1b158e..b4dc4e43 100644 --- a/config.yaml +++ b/config.yaml @@ -26,9 +26,6 @@ kubernetes: conditions: - "[STATUS] == 200" namespaces: - - name: databases - service-suffix: "databases.svc.cluster.local" - health-api: "/health" - - name: services - service-suffix: "services.svc.cluster.local" + - name: default + service-suffix: "default.svc.cluster.local" health-api: "/health" \ No newline at end of file