Skip to content

Commit 6fd6e40

Browse files
committed
f
Signed-off-by: Nic <[email protected]>
1 parent 2695956 commit 6fd6e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/gateway/templates/_pod.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
containerPort: {{ .Values.gateway.tls.containerPort }}
8989
protocol: TCP
9090
{{- if and .Values.apisix.hostNetwork .Values.gateway.tls.ip }}
91-
hostIP: {{ .Values.gateway.http.ip }}
91+
hostIP: {{ .Values.gateway.tls.ip }}
9292
{{- end }}
9393
{{- range .Values.gateway.tls.additionalContainerPorts }}
9494
- name: tls-{{ .port | toString }}

0 commit comments

Comments
 (0)