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