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