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
|
# -- Enable installation of PodCIDR routes between worker
|
||||||
# nodes if worker nodes share a common L2 network segment.
|
# nodes if worker nodes share a common L2 network segment.
|
||||||
autoDirectNodeRoutes: false
|
autoDirectNodeRoutes: true
|
||||||
|
|
||||||
# -- Annotate k8s node upon initialization with Cilium's metadata.
|
# -- Annotate k8s node upon initialization with Cilium's metadata.
|
||||||
annotateK8sNode: false
|
annotateK8sNode: true
|
||||||
|
|
||||||
azure:
|
azure:
|
||||||
# -- Enable Azure integration.
|
# -- Enable Azure integration.
|
||||||
@ -731,7 +731,7 @@ ingressController:
|
|||||||
# Supported values: shared, dedicated
|
# Supported values: shared, dedicated
|
||||||
# For granular control, use the following annotations on the ingress resource
|
# For granular control, use the following annotations on the ingress resource
|
||||||
# ingress.cilium.io/loadbalancer-mode: shared|dedicated,
|
# ingress.cilium.io/loadbalancer-mode: shared|dedicated,
|
||||||
loadbalancerMode: dedicated
|
loadbalancerMode: shared
|
||||||
|
|
||||||
# -- Enforce https for host having matching TLS host in Ingress.
|
# -- 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.
|
# Incoming traffic to http listener will return 308 http error code with respective location in header.
|
||||||
@ -787,7 +787,7 @@ ingressController:
|
|||||||
gatewayAPI:
|
gatewayAPI:
|
||||||
# -- Enable support for Gateway API in cilium
|
# -- Enable support for Gateway API in cilium
|
||||||
# This will automatically set enable-envoy-config as well.
|
# 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 is the namespace in which envoy SDS will retrieve TLS secrets from.
|
||||||
secretsNamespace:
|
secretsNamespace:
|
||||||
@ -937,7 +937,7 @@ eni:
|
|||||||
|
|
||||||
externalIPs:
|
externalIPs:
|
||||||
# -- Enable ExternalIPs service support.
|
# -- Enable ExternalIPs service support.
|
||||||
enabled: false
|
enabled: true
|
||||||
|
|
||||||
# fragmentTracking enables IPv4 fragment tracking support in the datapath.
|
# fragmentTracking enables IPv4 fragment tracking support in the datapath.
|
||||||
# fragmentTracking: true
|
# fragmentTracking: true
|
||||||
@ -1785,7 +1785,7 @@ readinessProbe:
|
|||||||
# -- Configure the kube-proxy replacement in Cilium BPF datapath
|
# -- Configure the kube-proxy replacement in Cilium BPF datapath
|
||||||
# Valid options are "true", "false", "disabled" (deprecated), "partial" (deprecated), "strict" (deprecated).
|
# Valid options are "true", "false", "disabled" (deprecated), "partial" (deprecated), "strict" (deprecated).
|
||||||
# ref: https://docs.cilium.io/en/stable/network/kubernetes/kubeproxy-free/
|
# ref: https://docs.cilium.io/en/stable/network/kubernetes/kubeproxy-free/
|
||||||
#kubeProxyReplacement: "false"
|
kubeProxyReplacement: "true"
|
||||||
|
|
||||||
# -- healthz server bind address for the kube-proxy replacement.
|
# -- healthz server bind address for the kube-proxy replacement.
|
||||||
# To enable set the value to '0.0.0.0:10256' for all ipv4
|
# To enable set the value to '0.0.0.0:10256' for all ipv4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user