[helm] fix s3 servicemonitor label matching (#6218)

This commit is contained in:
Nathan Dorsey
2024-11-08 15:04:40 -05:00
committed by GitHub
parent 113c9ce6a8
commit 3400962877

View File

@@ -26,8 +26,8 @@ spec:
scrapeTimeout: 5s scrapeTimeout: 5s
selector: selector:
matchLabels: matchLabels:
app: {{ template "seaweedfs.name" . }} app.kubernetes.io/name: {{ template "seaweedfs.name" . }}
component: s3 app.kubernetes.io/component: s3
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}