gitops/cilium: configure gateway listeners and allow routes from all namespaces

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jan Novak
2026-02-19 00:51:37 +01:00
parent 8ae7b086a5
commit b2daa822a6

View File

@@ -33,6 +33,25 @@ spec:
enabled: true
gatewayAPI:
enabled: true
gateway:
listeners:
- name: http
port: 80
protocol: HTTP
allowedRoutes:
namespaces:
from: All
- name: https
port: 443
protocol: HTTPS
allowedRoutes:
namespaces:
from: All
kubeProxyReplacement: true
k8sServiceHost: 192.168.0.31 # or LB IP
k8sServicePort: 6443
# disable envoy daemonset - i guess that is stupid idea anyway
# envoy:
# enabled: false
# l7Proxy: false