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.
1 parent 59d8fb4 commit bda8c88Copy full SHA for bda8c88
chart/templates/service.yaml
@@ -15,7 +15,7 @@ spec:
15
- name: metrics
16
port: {{ $.Values.envVars.METRICS_PORT | default 5565 | int }}
17
protocol: TCP
18
- targetPort: {{ $.Values.envVars.METRICS_PORT | default 5565 | quote }}
+ targetPort: metrics
19
{{- end }}
20
selector: {{ include "labels.standard" . | nindent 4 }}
21
type: {{.Values.service.type}}
0 commit comments