From 660314749c805e3dc510b61b8250c1c8257531c9 Mon Sep 17 00:00:00 2001 From: auricom Date: Tue, 20 Apr 2021 02:34:52 +0200 Subject: [PATCH] fix: blackbox monitoring --- cluster/apps/data/pgadmin/helm-release.yaml | 3 --- cluster/apps/development/drone/helm-release.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/cluster/apps/data/pgadmin/helm-release.yaml b/cluster/apps/data/pgadmin/helm-release.yaml index c7e56bc4b..a19557f01 100644 --- a/cluster/apps/data/pgadmin/helm-release.yaml +++ b/cluster/apps/data/pgadmin/helm-release.yaml @@ -28,9 +28,6 @@ spec: password: ${SECRET_PGADMIN_PASSWORD} ingress: enabled: true - annotations: - kubernetes.io/ingress.class: "nginx" - prometheus.io/probe: "true" hosts: - host: pgadmin.${SECRET_CLUSTER_DOMAIN} paths: diff --git a/cluster/apps/development/drone/helm-release.yaml b/cluster/apps/development/drone/helm-release.yaml index b8018b973..99ed65815 100644 --- a/cluster/apps/development/drone/helm-release.yaml +++ b/cluster/apps/development/drone/helm-release.yaml @@ -40,9 +40,6 @@ spec: DRONE_SERVER_HOST: drone.${SECRET_CLUSTER_DOMAIN} ingress: enabled: true - annotations: - kubernetes.io/ingress.class: "nginx" - prometheus.io/probe: "true" hosts: - host: drone.${SECRET_CLUSTER_DOMAIN} paths: ["/"]