Skip to content

Commit

Permalink
app.kubernetes.io/instance as monitor job selector (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsctl committed Aug 21, 2024
1 parent ab2fc55 commit 12c37d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kamaji-etcd/templates/etcd_service_monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
relabelings: {{- toYaml . | nindent 6 }}
{{- end }}
{{- end }}
jobLabel: app.kubernetes.io/name
jobLabel: app.kubernetes.io/instance
{{- with .Values.serviceMonitor.targetLabels }}
targetLabels: {{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit 12c37d2

Please sign in to comment.