Files
edge-gitops/clusters/k3s-dgx/infrastructure/gateway.yaml
2026-05-06 16:49:25 -05:00

16 lines
308 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: envoy-gateway
namespace: default
spec:
gatewayClassName: envoy
listeners:
- name: http
protocol: HTTP
port: 80
hostname: "mcp.corredorconect.com"
allowedRoutes:
namespaces:
from: All