From d982017b5ab7f0a7f242b1cb1408890fbc67cc9a Mon Sep 17 00:00:00 2001 From: OdooSky v3 Date: Sat, 9 May 2026 23:30:45 +0200 Subject: [PATCH] =?UTF-8?q?fix(traefik):=20allowCrossNamespace=3Dtrue=20(S?= =?UTF-8?q?tudio=20IngressRoute=20=E2=86=92=20KEDA=20interceptor=20in=20od?= =?UTF-8?q?oosky-system)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- values.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/values.yaml b/values.yaml index b54d75d..78a0740 100644 --- a/values.yaml +++ b/values.yaml @@ -137,6 +137,15 @@ traefik: # every TCP-80 request bounce to TCP-443 with a 301 — applies # uniformly to all IngressRoutes on this cluster, no per-instance # Middleware or duplicate IngressRoute needed. + # KEDA HTTP add-on routing — Studio chart's IngressRoute lives in + # the per-instance tenants namespace but its backend Service lives + # in odoosky-system (where KEDA was installed by this chart in 0.7.4). + # Without allowCrossNamespace=true, Traefik silently returns 404 on + # the cross-ns reference. Enabling here unblocks every Studio across + # every tenant on every cluster — single platform-wide setting. + providers: + kubernetesCRD: + allowCrossNamespace: true ports: web: redirectTo: