From c0bba07abf023d61a2ee916a1fdf6a45e84ce49a Mon Sep 17 00:00:00 2001 From: Thomas Cardin <49320132+ThomasCardin@users.noreply.github.com> Date: Sat, 29 Jun 2024 21:43:48 -0400 Subject: [PATCH] Update values.yaml --- kubernetes/system/cilium/helm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/system/cilium/helm/values.yaml b/kubernetes/system/cilium/helm/values.yaml index e901f65..b45a471 100644 --- a/kubernetes/system/cilium/helm/values.yaml +++ b/kubernetes/system/cilium/helm/values.yaml @@ -713,7 +713,7 @@ envoyConfig: ingressController: # -- Enable cilium ingress controller # This will automatically set enable-envoy-config as well. - enabled: true + enabled: false # -- Set cilium ingress controller to be the default ingress controller # This will let cilium ingress controller route entries without ingress class set default: false @@ -3448,4 +3448,4 @@ authentication: # Applies to both the Cilium Agent and Operator agentSocketPath: /run/spire/sockets/agent/agent.sock # -- SPIRE connection timeout - connectionTimeout: 30s \ No newline at end of file + connectionTimeout: 30s