Skip to content

Commit

Permalink
Merge pull request #105 from james-choncholas/master
Browse files Browse the repository at this point in the history
Fix typo in ServiceMonitor port name
  • Loading branch information
cfis authored Mar 21, 2024
2 parents d4486f1 + dd1ab41 commit bc9fca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/docker-mailserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "13.3.1"
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
name: docker-mailserver
version: 3.0.7
version: 3.0.8
sources:
- https://github.com/docker-mailserver/docker-mailserver-helm
maintainers:
Expand Down
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 bc9fca2

Please sign in to comment.