We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4f6647 + 68472d9 commit 129463aCopy full SHA for 129463a
charts/docker-mailserver/templates/deployment.yaml
@@ -272,7 +272,7 @@ spec:
272
273
ports:
274
- containerPort: 9154
275
- name: http
+ name: metrics
276
protocol: TCP
277
resources:
278
{{ toYaml .Values.metrics.resources | indent 12 }}
charts/docker-mailserver/templates/service.yaml
@@ -137,8 +137,8 @@ spec:
137
138
{{- if .Values.metrics.enabled }}
139
- name: metrics
140
- port: 9154
141
- targetPort: 9154
+ port: {{ .Values.monitoring.service.port }}
+ targetPort: metrics
142
{{- end }}
143
144
type: {{ default "ClusterIP" .Values.service.type }}
0 commit comments