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

62 lines
1.2 KiB
YAML
Raw Normal View History

2024-05-08 14:50:50 -05:00
---
autoDirectNodeRoutes: true
2024-04-18 14:05:38 -05:00
bandwidthManager:
enabled: true
bbr: true
bpf:
masquerade: true
tproxy: true
2024-05-08 14:50:50 -05:00
cgroup:
automount:
enabled: false
hostRoot: /sys/fs/cgroup
cluster:
id: 1
name: homelab
cni:
exclusive: false
containerRuntime:
integration: containerd
2024-08-08 10:24:53 -05:00
devices: bond+
2024-07-28 22:36:15 -05:00
socketLB:
enabled: false # supposed to be default off, but it's enabled anyway, and looks fun lol # TODO: 2024-06-02: temporarily turned off to attempt fixing endpoint creation timeout
hostNamespaceOnly: true # KubeVirt compatibility
2024-05-08 14:58:42 -05:00
enableRuntimeDeviceDetection: true
2024-05-08 14:50:50 -05:00
endpointRoutes:
enabled: true
ipam:
mode: kubernetes
2024-04-18 14:05:38 -05:00
ipv4NativeRoutingCIDR: 10.244.0.0/16
2024-05-08 14:50:50 -05:00
k8sServiceHost: 127.0.0.1
k8sServicePort: 7445
kubeProxyReplacement: true
kubeProxyReplacementHealthzBindAddr: 0.0.0.0:10256
l2announcements:
enabled: true
2024-04-18 14:05:38 -05:00
loadBalancer:
algorithm: maglev
mode: dsr
localRedirectPolicy: true
operator:
2024-05-06 14:01:27 -05:00
replicas: 1
2024-04-18 14:05:38 -05:00
rollOutCiliumPods: true
2024-05-08 14:50:50 -05:00
routingMode: native
2024-04-18 14:05:38 -05:00
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