Skip to content

Commit

Permalink
Fix typo in ServiceMonitor port name
Browse files Browse the repository at this point in the history
  • Loading branch information
james-choncholas authored Mar 19, 2024
1 parent d4486f1 commit d2a43ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/docker-mailserver/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
endpoints:
- interval: {{ .Values.metrics.serviceMonitor.scrapeInterval }}
path: /metrics
port: tcp-metrics
port: metrics
namespaceSelector:
matchNames:
- {{ .Release.Namespace }}
Expand All @@ -22,4 +22,4 @@ spec:
app.kubernetes.io/name: {{ template "dockermailserver.fullname" . }}
release: "{{ .Release.Name }}"

{{- end }}
{{- end }}

0 comments on commit d2a43ea

Please sign in to comment.