From 50be3bec55bf1bb9102d0ae3d5304e8bccdaf162 Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Mon, 1 Apr 2024 01:36:09 +0200 Subject: [PATCH] Update deployment-masters.yaml --- helm/coredns-app/templates/deployment-masters.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/helm/coredns-app/templates/deployment-masters.yaml b/helm/coredns-app/templates/deployment-masters.yaml index 111fab4..c32d65e 100644 --- a/helm/coredns-app/templates/deployment-masters.yaml +++ b/helm/coredns-app/templates/deployment-masters.yaml @@ -20,11 +20,8 @@ spec: cluster-autoscaler.kubernetes.io/safe-to-evict: "true" prometheus.io/scrape: "true" prometheus.io/port: "{{ .Values.ports.prometheus }}" - giantswarm.io/monitoring-path: /metrics - giantswarm.io/monitoring-port: "{{ .Values.ports.prometheus }}" labels: {{- include "labels.common" . | nindent 8 }} - giantswarm.io/monitoring: "true" app.kubernetes.io/component: control-plane spec: serviceAccountName: {{ .Values.name }}