apiVersion: gateway.networking.k8s.io/v1 kind: Gateway metadata: name: agentgateway-proxy namespace: agentgateway-system annotations: # Erzwingt die IP-Zuweisung durch Cilium, auch wenn ein Cloud Provider aktiv ist io.cilium/lb-ipam-ips: "" spec: gatewayClassName: agentgateway listeners: - protocol: HTTP port: 80 name: http allowedRoutes: namespaces: from: All