File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
charts/ziti-router/templates Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ spec:
188
188
{{- if and .Values.tunnel.mode (eq .Values.tunnel.mode "proxy" ) (gt (len .Values.tunnel.proxyAdditionalK8sServices) 0) }}
189
189
{{- $root := . }}
190
190
{{- range .Values.tunnel.proxyAdditionalK8sServices }}
191
+ ---
191
192
apiVersion : v1
192
193
kind : Service
193
194
metadata :
@@ -237,9 +238,9 @@ spec:
237
238
ports :
238
239
{{- $service_name := .name }}
239
240
{{- range $root.Values.tunnel.proxyServices }}
240
- {{- if and .k8sService (eq .k8sService $service_name) }}
241
- - port : {{ .advertisedrPort }}
242
- targetPort : {{ .containerPortPort }}
241
+ {{- if and .zitiService (eq .zitiService $service_name) }}
242
+ - port : {{ .advertisedPort }}
243
+ targetPort : {{ .containerPort }}
243
244
protocol : {{ .serviceProtocol | default "TCP" }}
244
245
name : {{ regexReplaceAll "\\W+" .zitiService "-" }}
245
246
{{- if eq $type "NodePort" }}
You can’t perform that action at this time.
0 commit comments