File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 8484 nodePort : {{ .Values.controller.service.nodePorts.stat }}
8585 {{- end }}
8686 {{- end }}
87- {{- if .Values.controller.service.enablePorts.prometheus }}
88- - name : prometheus
89- port : {{ .Values.controller.service.ports.prometheus }}
90- protocol : TCP
91- targetPort : {{ .Values.controller.service.targetPorts.prometheus }}
92- {{- if .Values.controller.service.nodePorts.prometheus }}
93- nodePort : {{ .Values.controller.service.nodePorts.prometheus }}
94- {{- end }}
95- {{- end }}
9687 {{- range .Values.controller.service.tcpPorts }}
9788 - name : {{ .name | trunc 15 | trimSuffix "-" }}
9889 port : {{ .port }}
Original file line number Diff line number Diff line change @@ -409,7 +409,6 @@ controller:
409409 http : 80
410410 https : 443
411411 stat : 1024
412- prometheus : 6060
413412
414413 # # The controller service ports for http, https and stat can be disabled by
415414 # # setting below to false - this could be useful when only deploying haproxy
@@ -429,7 +428,6 @@ controller:
429428 https : https
430429 quic : quic
431430 stat : stat
432- prometheus : prometheus
433431
434432 # # Additional tcp ports to expose
435433 # # This is especially useful for TCP services:
You can’t perform that action at this time.
0 commit comments