theshire/kubernetes/apps/kube-system/cilium/app/resources/values.yml

62 lines
983 B
YAML
Raw Normal View History

2024-04-18 14:05:38 -05:00
cluster:
name: homelab
id: 1
2024-04-18 16:07:16 -05:00
cni:
exclusive: false
2024-04-18 14:05:38 -05:00
bandwidthManager:
enabled: true
bbr: true
bpf:
masquerade: true
tproxy: true
autoDirectNodeRoutes: true
ipv4NativeRoutingCIDR: 10.244.0.0/16
routingMode: native
loadBalancer:
algorithm: maglev
mode: dsr
2024-04-21 04:46:03 -05:00
containerRuntime:
integration: containerd
2024-04-18 14:05:38 -05:00
localRedirectPolicy: true
operator:
2024-05-06 14:01:27 -05:00
replicas: 1
2024-04-18 14:05:38 -05:00
ipam:
mode: kubernetes
kubeProxyReplacement: true
k8sServiceHost: 127.0.0.1
k8sServicePort: 7445
rollOutCiliumPods: true
cgroup:
automount:
enabled: false
hostRoot: /sys/fs/cgroup
bgp:
enabled: false
announce:
loadbalancerIP: true
podCIDR: false
bgpControlPlane:
enabled: true
securityContext:
capabilities:
ciliumAgent:
- CHOWN
- KILL
- NET_ADMIN
- NET_RAW
- IPC_LOCK
- SYS_ADMIN
- SYS_RESOURCE
- DAC_OVERRIDE
- FOWNER
- SETGID
- SETUID
cleanCiliumState:
- NET_ADMIN
- SYS_ADMIN
2024-05-06 14:01:27 -05:00
- SYS_RESOURCE