apiVersion: gateway.networking.k8s.io/v1 kind: Gateway metadata: name: inference-gateway spec: # Internal Application Load Balancer gatewayClassName: gke-l7-rilb listeners: - name: http protocol: HTTP port: 80 allowedRoutes: namespaces: from: All # allows cross-namespace routes