From e6db41149e1e6b13d843cd8744b27d48f12f8deb Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 26 Sep 2022 15:25:13 +0200 Subject: [PATCH] Update servicemonitor.yaml Signed-off-by: Kjeld Schouten-Lebbing --- charts/enterprise/blocky/templates/servicemonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/enterprise/blocky/templates/servicemonitor.yaml b/charts/enterprise/blocky/templates/servicemonitor.yaml index 8b6244bb3a3..3a719d761e1 100644 --- a/charts/enterprise/blocky/templates/servicemonitor.yaml +++ b/charts/enterprise/blocky/templates/servicemonitor.yaml @@ -13,7 +13,7 @@ spec: matchLabels: {{- include "tc.common.labels.selectorLabels" . | nindent 6 }} endpoints: - - port: {{ .Values.service.http.ports.http.port }} + - port: http {{- with .Values.metrics.serviceMonitor.interval }} interval: {{ . }} {{- end }}