From 98bb3237983f018591088fc0c5ed1124e60da467 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 17 Mar 2025 22:30:07 +0800 Subject: [PATCH] fix: update service monitor port for authentication metrics endpoint Signed-off-by: zhenyus --- .../authentication/templates/authentication/servicemonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml index ab57c1ea..9e346010 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml @@ -15,7 +15,7 @@ metadata: spec: endpoints: - path: /api/_/metrics - port: http + port: metrics {{- if .Values.authentication.serviceMonitor.interval }} interval: {{ .Values.authentication.serviceMonitor.interval }} {{- end }}