From 3146eb3ecc2f9a7f124d01b552eb88abfc9e8ec2 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Wed, 17 Jul 2024 19:20:54 +0800 Subject: [PATCH] Add home values for cilium --- cilium/values.home.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cilium/values.home.yaml b/cilium/values.home.yaml index 5ebcbf3..9526ca8 100644 --- a/cilium/values.home.yaml +++ b/cilium/values.home.yaml @@ -339,10 +339,10 @@ aksbyocni: # -- Enable installation of PodCIDR routes between worker # nodes if worker nodes share a common L2 network segment. -autoDirectNodeRoutes: false +autoDirectNodeRoutes: true # -- Annotate k8s node upon initialization with Cilium's metadata. -annotateK8sNode: false +annotateK8sNode: true azure: # -- Enable Azure integration. @@ -731,7 +731,7 @@ ingressController: # Supported values: shared, dedicated # For granular control, use the following annotations on the ingress resource # ingress.cilium.io/loadbalancer-mode: shared|dedicated, - loadbalancerMode: dedicated + loadbalancerMode: shared # -- Enforce https for host having matching TLS host in Ingress. # Incoming traffic to http listener will return 308 http error code with respective location in header. @@ -787,7 +787,7 @@ ingressController: gatewayAPI: # -- Enable support for Gateway API in cilium # This will automatically set enable-envoy-config as well. - enabled: false + enabled: true # -- SecretsNamespace is the namespace in which envoy SDS will retrieve TLS secrets from. secretsNamespace: @@ -937,7 +937,7 @@ eni: externalIPs: # -- Enable ExternalIPs service support. - enabled: false + enabled: true # fragmentTracking enables IPv4 fragment tracking support in the datapath. # fragmentTracking: true @@ -1785,7 +1785,7 @@ readinessProbe: # -- Configure the kube-proxy replacement in Cilium BPF datapath # Valid options are "true", "false", "disabled" (deprecated), "partial" (deprecated), "strict" (deprecated). # ref: https://docs.cilium.io/en/stable/network/kubernetes/kubeproxy-free/ -#kubeProxyReplacement: "false" +kubeProxyReplacement: "true" # -- healthz server bind address for the kube-proxy replacement. # To enable set the value to '0.0.0.0:10256' for all ipv4