fix(cilium): Allow envoy to bind on 80/443
This commit is contained in:
parent
00e8ac45a4
commit
ea0c22c247
1 changed files with 8 additions and 0 deletions
|
|
@ -42,6 +42,14 @@ hubble:
|
|||
ui:
|
||||
enabled: true
|
||||
|
||||
envoy:
|
||||
enabled: true
|
||||
securityContext:
|
||||
capabilities:
|
||||
keepCapNetBindService: true
|
||||
envoy:
|
||||
- NET_BIND_SERVICE
|
||||
|
||||
gatewayAPI:
|
||||
enabled: true
|
||||
enableAlpn: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue