From d8e7bcd9ee33fed95d7b2aa08c5b3fc77630dd94 Mon Sep 17 00:00:00 2001 From: Simon Ostendorf Date: Wed, 26 Jun 2024 07:59:55 +0200 Subject: [PATCH] fix(chart): ServiceMonitor port name --- deploy/helm-chart/templates/servicemonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm-chart/templates/servicemonitor.yaml b/deploy/helm-chart/templates/servicemonitor.yaml index 355d0d8..8349148 100644 --- a/deploy/helm-chart/templates/servicemonitor.yaml +++ b/deploy/helm-chart/templates/servicemonitor.yaml @@ -19,7 +19,7 @@ spec: matchLabels: {{- include "exporter.selectorLabels" . | nindent 6 }} endpoints: - - port: metrics + - port: http scheme: "http" {{- if .Values.serviceMonitor.interval }} interval: {{ .Values.serviceMonitor.interval }}