From 11cd367f94a13e5bc8497168fe954463e1493418 Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Wed, 6 May 2026 16:49:25 -0500 Subject: [PATCH] allow all --- clusters/k3s-dgx/infrastructure/gateway.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clusters/k3s-dgx/infrastructure/gateway.yaml b/clusters/k3s-dgx/infrastructure/gateway.yaml index bfe41d2..0a219ba 100644 --- a/clusters/k3s-dgx/infrastructure/gateway.yaml +++ b/clusters/k3s-dgx/infrastructure/gateway.yaml @@ -10,3 +10,6 @@ spec: protocol: HTTP port: 80 hostname: "mcp.corredorconect.com" + allowedRoutes: + namespaces: + from: All