From 18bbda2a1f430bcc8bc79e53838ea7b49711cfd6 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 18 Jan 2023 14:20:15 +0100 Subject: [PATCH] Update servicemonitor.yaml Signed-off-by: Kjeld Schouten-Lebbing --- charts/stable/promcord/templates/servicemonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/promcord/templates/servicemonitor.yaml b/charts/stable/promcord/templates/servicemonitor.yaml index 642450c2d5c..a88c409e86e 100644 --- a/charts/stable/promcord/templates/servicemonitor.yaml +++ b/charts/stable/promcord/templates/servicemonitor.yaml @@ -14,7 +14,7 @@ spec: matchLabels: {{- include "tc.common.labels.selectorLabels" . | nindent 6 }} endpoints: - - port: metrics + - port: main {{- with .Values.metrics.serviceMonitor.interval }} interval: {{ . }} {{- end }}