mirror of https://git.rancher.io/charts
11 lines
272 B
Diff
11 lines
272 B
Diff
|
--- charts-original/templates/endpoints.yaml
|
||
|
+++ charts/templates/endpoints.yaml
|
||
|
@@ -12,6 +12,6 @@
|
||
|
{{- end }}
|
||
|
ports:
|
||
|
- name: {{ .Values.service.portName }}
|
||
|
- port: 9100
|
||
|
+ port: {{ .Values.service.port }}
|
||
|
protocol: TCP
|
||
|
{{- end }}
|