feat: add version and name labels to authentication service monitor

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-17 22:25:23 +08:00
parent d2ea8ab299
commit 35406f2f12

View File

@ -29,4 +29,6 @@ spec:
matchLabels:
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
app.kubernetes.io/name: {{ .Release.Name }}
{{- end }}