Update common.yaml

This commit is contained in:
Kjeld Schouten-Lebbing
2022-01-28 19:16:47 +01:00
committed by GitHub
parent 466b222679
commit c50d99bdaa

View File

@@ -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 }}