add cilium gateway
All checks were successful
renovate / renovate (push) Successful in 1m44s

This commit is contained in:
2025-06-06 19:44:21 -05:00
parent ca4bc6e3c3
commit 9f5e38075d
3 changed files with 53 additions and 2 deletions

View File

@@ -34,7 +34,9 @@ cilium:
ingressController:
enabled: false
gatewayAPI:
enabled: false
enabled: true
enableAlpn: true
enableAppProtocol: true
externalIPs:
enabled: true
socketLB:
@@ -67,13 +69,15 @@ cilium:
serviceMonitor:
enabled: true
envoy:
enabled: true
securityContext:
capabilities:
keepCapNetBindService: true
envoy:
- NET_ADMIN
- NET_BIND_SERVICE
- PERFMON
- BPF
keepCapNetBindService: true
prometheus:
enabled: true
serviceMonitor: