Skip to content

Commit 8e959b0

Browse files
committed
fixup! feat: enable Cilium source IP preservation
1 parent c31ea8a commit 8e959b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@ envoy:
3939
# Although its safe to set k8sServiceHost in all cases,
4040
# we're keeping it here to force a Cilium Pod rollout when enabling the kubeProxyReplacement feature.
4141
k8sServiceHost: auto
42-
kubeProxyReplacement: true{{ break }}
43-
routingMode: tunnel
42+
kubeProxyReplacement: true
4443
tunnelProtocol: geneve
4544
loadBalancer:
4645
mode: dsr
47-
dsrDispatch: geneve
46+
dsrDispatch: geneve{{ break }}
4847
{{- end }}
4948
{{- end }}
5049
{{- end }}

0 commit comments

Comments
 (0)