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