From feb721cceefa859f9e96b74a12e6e804f509b855 Mon Sep 17 00:00:00 2001 From: deploy Date: Tue, 22 Sep 2026 11:05:59 +0000 Subject: [PATCH] fix(tenants): ATM_PLANO=institucional (sem ele a barreira cai em bronze e os modulos pagos dao 403) --- tenants/piloto/95-frontend-spa.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tenants/piloto/95-frontend-spa.yaml b/tenants/piloto/95-frontend-spa.yaml index e3103d1..9897c7f 100644 --- a/tenants/piloto/95-frontend-spa.yaml +++ b/tenants/piloto/95-frontend-spa.yaml @@ -28,6 +28,7 @@ spec: - { name: ATM_REALM, value: "athleticmap" } - { name: ATM_CLIENT, value: "spa" } - { name: ATM_TENANT, value: "piloto" } + - { name: ATM_PLANO, value: "institucional" } resources: requests: { cpu: 50m, memory: 64Mi } limits: { cpu: 200m, memory: 128Mi }