Files
casa/services/cilium/deploy/app/helm-values.yaml
T
Márcio Fernandes e1bb9ddda6 modified: services/cilium/deploy/README.md
modified:   services/cilium/deploy/app/helm-values.yaml
new file:   services/cilium/deploy/policies/traefik-l2.yaml
2026-07-12 13:31:17 +00:00

32 lines
822 B
YAML

kubeProxyReplacement: true
installCRDs: true
routingMode: native
enableIPv4Masquerade: true # required even if using bpf.masquerade: true
autoDirectNodeRoutes: true
ipv4NativeRoutingCIDR: "10.42.0.0/16"
bpf:
masquerade: true
hostLegacyRouting: false # force use of bfp
ipam:
operator:
clusterPoolIPv4PodCIDR: "10.42.0.0/16"
clusterPoolIPv4MaskSize: 24
l2announcements:
enabled: true
loadBalancer:
mode: hybrid
operator:
replicas: 1
nodeSelector:
# kubernetes.io/hostname: chimera
# tolerations:
# # Tolerate the node-role.kubernetes.io/control-plane taint so the controller can run on master node chimera
# - key: node-role.kubernetes.io/control-plane
# operator: Exists
# effect: NoSchedule
nodePort:
enableHealthCheck: false
enableHealthCheckLoadBalancerIP: false