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:
|
ui:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
envoy:
|
||||||
|
enabled: true
|
||||||
|
securityContext:
|
||||||
|
capabilities:
|
||||||
|
keepCapNetBindService: true
|
||||||
|
envoy:
|
||||||
|
- NET_BIND_SERVICE
|
||||||
|
|
||||||
gatewayAPI:
|
gatewayAPI:
|
||||||
enabled: true
|
enabled: true
|
||||||
enableAlpn: true
|
enableAlpn: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue