fix(traefik): re-add allowCrossNamespace=true (was accidentally reverted in 6aafa20)

This commit is contained in:
OdooSky v3
2026-05-10 09:12:37 +02:00
parent 6aafa20d36
commit 3ef0f4a771

View File

@@ -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: