update cilium values

This commit is contained in:
Joseph Hanson 2024-09-01 21:03:04 -05:00
parent d04e641038
commit 898483ce18
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -1,13 +1,13 @@
--- ---
autoDirectNodeRoutes: true autoDirectNodeRoutes: true
bandwidthManager: bandwidthManager:
enabled: true
bbr: true bbr: true
enabled: true
bpf: bpf:
masquerade: true masquerade: true
tproxy: true tproxy: true
cgroup: cgroup:
automount: autoMount:
enabled: false enabled: false
hostRoot: /sys/fs/cgroup hostRoot: /sys/fs/cgroup
cluster: cluster:
@ -15,8 +15,6 @@ cluster:
name: homelab name: homelab
cni: cni:
exclusive: false exclusive: false
containerRuntime:
integration: containerd
devices: bond+ devices: bond+
socketLB: 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 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
@ -24,8 +22,10 @@ socketLB:
enableRuntimeDeviceDetection: true enableRuntimeDeviceDetection: true
endpointRoutes: endpointRoutes:
enabled: true enabled: true
envoy:
enabled: false
ipam: ipam:
mode: kubernetes mode: "kubernetes"
ipv4NativeRoutingCIDR: 10.244.0.0/16 ipv4NativeRoutingCIDR: 10.244.0.0/16
k8sServiceHost: 127.0.0.1 k8sServiceHost: 127.0.0.1
k8sServicePort: 7445 k8sServicePort: 7445