Skip to content

Commit 116538b

Browse files
committed
Fix inbox-server metrics ServiceMonitor's labelselectors
Signed-off-by: sami <[email protected]>
1 parent 7c74bb8 commit 116538b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/inbox-server/templates/james/servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ spec:
1010
jobLabel: jobLabel
1111
selector:
1212
matchLabels:
13-
{{- include "inbox-server.labels" . | nindent 6 }}
1413
app.kubernetes.io/part-of: james
14+
{{- include "inbox-server.selectorLabels" . | nindent 6 }}
1515
namespaceSelector:
1616
matchNames:
1717
- {{ .Release.Namespace }}

0 commit comments

Comments
 (0)