From 878cc5a7e015e8a92ecb6bf71b597149cd787858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Sat, 16 May 2020 22:08:58 -0400 Subject: [PATCH] more tests --- cluster1/cilium/quick-install-v6.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"