diff --git a/charts/core/traefik/templates/common.yaml b/charts/core/traefik/templates/common.yaml index 72c57659973..c87583e25bd 100644 --- a/charts/core/traefik/templates/common.yaml +++ b/charts/core/traefik/templates/common.yaml @@ -5,7 +5,7 @@ {{- if .Values.metrics.prometheus }} {{- $_ := set .Values.podAnnotations "prometheus.io/scrape" "true" -}} {{- $_ := set .Values.podAnnotations "prometheus.io/path" "/metrics" -}} -{{- $_ := set .Values.podAnnotations "prometheus.io/scrape" "9100" -}} +{{- $_ := set .Values.podAnnotations "prometheus.io/scrape" "9180" -}} {{- end }} {{- end }}