fix: blackbox monitoring

This commit is contained in:
auricom
2021-04-20 02:34:52 +02:00
parent cdb3451233
commit 660314749c
2 changed files with 0 additions and 6 deletions

View File

@@ -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:

View File

@@ -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: ["/"]