enable rollout

This commit is contained in:
2024-08-22 13:15:11 -05:00
parent e3293998ba
commit 53dacd12d9

View File

@@ -7,7 +7,6 @@ cilium:
- NET_ADMIN
- NET_RAW
- IPC_LOCK
- NET_BIND_SERVICE
- SYS_ADMIN
- SYS_RESOURCE
- DAC_OVERRIDE
@@ -27,7 +26,8 @@ cilium:
- BPF
keepCapNetBindService: true
enableK8sEndpointSlice: true
enableCiliumEndpointSlice: false
enableCiliumEndpointSlice: true
rollOutCiliumPods: true
ingressController:
enabled: false
gatewayAPI:
@@ -59,9 +59,9 @@ cilium:
enabled: true
ipv6:
enabled: false
kubeProxyReplacement: "true"
k8sServiceHost: "localhost"
k8sServicePort: "7445"
kubeProxyReplacement: "true"
l2announcements:
enabled: true
externalIPs:
@@ -76,6 +76,7 @@ cilium:
enabled: true
operator:
enabled: true
rollOutPods: true
prometheus:
enabled: true
port: 9963