From c50d99bdaadbcb160270457ab976d03fd43eca73 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 28 Jan 2022 19:16:47 +0100 Subject: [PATCH] Update common.yaml --- charts/core/traefik/templates/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}