fix(traefik): re-add allowCrossNamespace=true (was accidentally reverted in 6aafa20)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user