chore(cilium): Limit l2adv to workers
This commit is contained in:
parent
c5d2ccf365
commit
e70262ee6c
2 changed files with 4 additions and 10 deletions
|
|
@ -5,3 +5,7 @@ metadata:
|
|||
name: l2adv
|
||||
spec:
|
||||
loadBalancerIPs: true
|
||||
nodeSelector:
|
||||
matchExpressions:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: DoesNotExist
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue