Add home values for cilium
This commit is contained in:
parent
221e0d5590
commit
3146eb3ecc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user