File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1818 port : {{ .port }}
1919 targetPort : {{ default "http" .name }}
2020 protocol : {{ default "TCP" .protocol }}
21+ {{- if .appProtocol }}
22+ appProtocol : {{ .appProtocol }}
23+ {{- end }}
2124 {{- end }}
2225 {{- if .Values.toolchain.monitoring.enabled }}
2326 - name : metrics
Original file line number Diff line number Diff line change @@ -115,7 +115,9 @@ service:
115115 []
116116 # - name: http
117117 # port: 8080
118- # protocol: TCP
118+ # protocol: TCP
119+ # # Specify custom appProtocol for a service port.
120+ # appProtocol: ""
119121
120122# ## health probes (disabled by default)
121123# ## default liveness: fail 6 times in 1 minute to trigger
Original file line number Diff line number Diff line change @@ -110,7 +110,9 @@ service:
110110 []
111111 # - name: http
112112 # port: 8080
113- # protocol: TCP
113+ # protocol: TCP
114+ # # Specify custom appProtocol for a service port.
115+ # appProtocol: ""
114116
115117# ## health probes (disabled by default)
116118# ## default liveness: fail 6 times in 1 minute to trigger
You can’t perform that action at this time.
0 commit comments