Spaces:
Running
Running
fix(chart): update service metrics port name (#1101)
Browse files
chart/templates/service.yaml
CHANGED
@@ -15,7 +15,7 @@ spec:
|
|
15 |
- name: metrics
|
16 |
port: 5565
|
17 |
protocol: TCP
|
18 |
-
targetPort:
|
19 |
{{- end }}
|
20 |
selector: {{ include "labels.standard" . | nindent 4 }}
|
21 |
type: {{.Values.service.type}}
|
|
|
15 |
- name: metrics
|
16 |
port: 5565
|
17 |
protocol: TCP
|
18 |
+
targetPort: metrics
|
19 |
{{- end }}
|
20 |
selector: {{ include "labels.standard" . | nindent 4 }}
|
21 |
type: {{.Values.service.type}}
|