We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31ea8a commit 8e959b0Copy full SHA for 8e959b0
charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml
@@ -39,12 +39,11 @@ envoy:
39
# Although its safe to set k8sServiceHost in all cases,
40
# we're keeping it here to force a Cilium Pod rollout when enabling the kubeProxyReplacement feature.
41
k8sServiceHost: auto
42
-kubeProxyReplacement: true{{ break }}
43
-routingMode: tunnel
+kubeProxyReplacement: true
44
tunnelProtocol: geneve
45
loadBalancer:
46
mode: dsr
47
- dsrDispatch: geneve
+ dsrDispatch: geneve{{ break }}
48
{{- end }}
49
50
0 commit comments