chore(cilium): Limit l2adv to workers

This commit is contained in:
Peter 2026-01-28 12:24:57 +01:00
parent c5d2ccf365
commit e70262ee6c
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
2 changed files with 4 additions and 10 deletions

View file

@ -5,3 +5,7 @@ metadata:
name: l2adv
spec:
loadBalancerIPs: true
nodeSelector:
matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: DoesNotExist

View file

@ -42,16 +42,6 @@ hubble:
ui:
enabled: true
envoy:
enabled: true
securityContext:
capabilities:
keepCapNetBindService: true
envoy:
- NET_ADMIN
- SYS_ADMIN
- NET_BIND_SERVICE
gatewayAPI:
enabled: true
enableAlpn: true