fix: update service monitor port for authentication metrics endpoint

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-17 22:30:07 +08:00
parent 35406f2f12
commit 98bb323798

View File

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