update cilium values
This commit is contained in:
parent
d04e641038
commit
898483ce18
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue