Skip to content

Commit bda8c88

Browse files
authored
fix: k8s metrics port declaration
1 parent 59d8fb4 commit bda8c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- name: metrics
1616
port: {{ $.Values.envVars.METRICS_PORT | default 5565 | int }}
1717
protocol: TCP
18-
targetPort: {{ $.Values.envVars.METRICS_PORT | default 5565 | quote }}
18+
targetPort: metrics
1919
{{- end }}
2020
selector: {{ include "labels.standard" . | nindent 4 }}
2121
type: {{.Values.service.type}}

0 commit comments

Comments
 (0)