diff --git a/cluster1/cilium/quick-install-v6.yaml b/cluster1/cilium/quick-install-v6.yaml index 0d11807..e0883d5 100644 --- a/cluster1/cilium/quick-install-v6.yaml +++ b/cluster1/cilium/quick-install-v6.yaml @@ -137,9 +137,9 @@ data: auto-direct-node-routes: "true" kube-proxy-replacement: "probe" enable-host-reachable-services: "true" - enable-external-ips: "true" - enable-node-port: "true" - enable-auto-protect-node-port-range: "true" + enable-external-ips: "false" + enable-node-port: "false" + enable-auto-protect-node-port-range: "false" # Chaining mode is set to portmap, enable health checking enable-endpoint-health-checking: "true" enable-well-known-identities: "true"