Browse Source

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

pull/5630/merge
Nathan Dorsey 1 month ago
committed by GitHub
parent
commit
3400962877
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      k8s/charts/seaweedfs/templates/s3-servicemonitor.yaml

4
k8s/charts/seaweedfs/templates/s3-servicemonitor.yaml

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