From ecd544f54a30e745b137a18e47fbd63a5173b4db Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 12 Nov 2025 15:03:12 -0600 Subject: [PATCH] allow routes from all namespaces --- clusters/ontime-dev-doks/configs/gateway.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clusters/ontime-dev-doks/configs/gateway.yaml b/clusters/ontime-dev-doks/configs/gateway.yaml index 42ab5d9..4637080 100644 --- a/clusters/ontime-dev-doks/configs/gateway.yaml +++ b/clusters/ontime-dev-doks/configs/gateway.yaml @@ -12,10 +12,16 @@ spec: name: ontime-dev-doks-http port: 80 protocol: HTTP + allowedRoutes: + namespaces: + from: All - hostname: ontime-dev-doks.jwetzell.com name: ontime-dev-doks-https port: 443 protocol: HTTPS + allowedRoutes: + namespaces: + from: All tls: mode: Terminate certificateRefs: