Skip to content

Commit

Permalink
Remove deprecated giant swarm monitoring labels
Browse files Browse the repository at this point in the history
This PR removes the deprecated Giant Swarm monitoring labels
  • Loading branch information
QuentinBisson authored Mar 31, 2024
1 parent 6bee8ca commit a982b0b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helm/coredns-app/templates/deployment-workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,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: workers
spec:
serviceAccountName: {{ .Values.name }}
Expand Down

0 comments on commit a982b0b

Please sign in to comment.