diff --git a/tenants/acme/79-servico-financeiro.yaml b/tenants/acme/79-servico-financeiro.yaml index 35b9371..8cd95fb 100644 --- a/tenants/acme/79-servico-financeiro.yaml +++ b/tenants/acme/79-servico-financeiro.yaml @@ -33,6 +33,7 @@ spec: - { name: ATM_JWK_SET_URI, value: "http://keycloak:8080/realms/athleticmap/protocol/openid-connect/certs" } - { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" } - { name: ATM_TENANT, value: "acme" } + - { name: ATM_PLANO, value: "institucional" } resources: requests: { cpu: 50m, memory: 320Mi } limits: { cpu: "1", memory: 768Mi } diff --git a/tenants/acme/90-servico-bff.yaml b/tenants/acme/90-servico-bff.yaml index 275b998..405c88f 100644 --- a/tenants/acme/90-servico-bff.yaml +++ b/tenants/acme/90-servico-bff.yaml @@ -42,6 +42,7 @@ spec: - name: ATM_CONSENTIMENTO_SEGREDO valueFrom: { secretKeyRef: { name: consentimento-selo, key: segredo } } - { name: ATM_TENANT, value: "acme" } + - { name: ATM_PLANO, value: "institucional" } - { name: GARMIN_FRONTEND_REDIRECT, value: "https://acme.athleticmap.influxdigital.com.br/integracoes/garmin" } resources: requests: { cpu: 50m, memory: 256Mi } diff --git a/tenants/demo/79-servico-financeiro.yaml b/tenants/demo/79-servico-financeiro.yaml index 39f16da..15662a1 100644 --- a/tenants/demo/79-servico-financeiro.yaml +++ b/tenants/demo/79-servico-financeiro.yaml @@ -33,6 +33,7 @@ spec: - { name: ATM_JWK_SET_URI, value: "http://keycloak:8080/realms/athleticmap/protocol/openid-connect/certs" } - { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" } - { name: ATM_TENANT, value: "demo" } + - { name: ATM_PLANO, value: "institucional" } resources: requests: { cpu: 50m, memory: 320Mi } limits: { cpu: "1", memory: 768Mi } diff --git a/tenants/demo/90-servico-bff.yaml b/tenants/demo/90-servico-bff.yaml index 9908eae..e08c3ea 100644 --- a/tenants/demo/90-servico-bff.yaml +++ b/tenants/demo/90-servico-bff.yaml @@ -42,6 +42,7 @@ spec: - name: ATM_CONSENTIMENTO_SEGREDO valueFrom: { secretKeyRef: { name: consentimento-selo, key: segredo } } - { name: ATM_TENANT, value: "demo" } + - { name: ATM_PLANO, value: "institucional" } - { name: GARMIN_FRONTEND_REDIRECT, value: "https://demo.athleticmap.influxdigital.com.br/integracoes/garmin" } resources: requests: { cpu: 50m, memory: 256Mi } diff --git a/tenants/escolinha/79-servico-financeiro.yaml b/tenants/escolinha/79-servico-financeiro.yaml index 5eb8031..54660e0 100644 --- a/tenants/escolinha/79-servico-financeiro.yaml +++ b/tenants/escolinha/79-servico-financeiro.yaml @@ -33,6 +33,7 @@ spec: - { name: ATM_JWK_SET_URI, value: "http://keycloak:8080/realms/athleticmap/protocol/openid-connect/certs" } - { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" } - { name: ATM_TENANT, value: "escolinha" } + - { name: ATM_PLANO, value: "institucional" } resources: requests: { cpu: 50m, memory: 320Mi } limits: { cpu: "1", memory: 768Mi } diff --git a/tenants/escolinha/90-servico-bff.yaml b/tenants/escolinha/90-servico-bff.yaml index ac18ba3..835bafd 100644 --- a/tenants/escolinha/90-servico-bff.yaml +++ b/tenants/escolinha/90-servico-bff.yaml @@ -40,6 +40,7 @@ spec: - { name: ATM_JWK_SET_URI, value: "http://keycloak:8080/realms/athleticmap/protocol/openid-connect/certs" } - { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" } - { name: ATM_TENANT, value: "escolinha" } + - { name: ATM_PLANO, value: "institucional" } - { name: GARMIN_FRONTEND_REDIRECT, value: "https://escolinha.athleticmap.influxdigital.com.br/integracoes/garmin" } resources: requests: { cpu: 50m, memory: 256Mi } diff --git a/tenants/piloto/79-servico-financeiro.yaml b/tenants/piloto/79-servico-financeiro.yaml index 36985bd..c198262 100644 --- a/tenants/piloto/79-servico-financeiro.yaml +++ b/tenants/piloto/79-servico-financeiro.yaml @@ -33,6 +33,7 @@ spec: - { name: ATM_JWK_SET_URI, value: "http://keycloak:8080/realms/athleticmap/protocol/openid-connect/certs" } - { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" } - { name: ATM_TENANT, value: "piloto" } + - { name: ATM_PLANO, value: "institucional" } resources: requests: { cpu: 50m, memory: 320Mi } limits: { cpu: "1", memory: 768Mi } diff --git a/tenants/piloto/90-servico-bff.yaml b/tenants/piloto/90-servico-bff.yaml index 02d6eb7..be4be25 100644 --- a/tenants/piloto/90-servico-bff.yaml +++ b/tenants/piloto/90-servico-bff.yaml @@ -42,6 +42,7 @@ spec: - name: ATM_CONSENTIMENTO_SEGREDO valueFrom: { secretKeyRef: { name: consentimento-selo, key: segredo } } - { name: ATM_TENANT, value: "piloto" } + - { name: ATM_PLANO, value: "institucional" } - { name: GARMIN_FRONTEND_REDIRECT, value: "https://piloto.athleticmap.influxdigital.com.br/integracoes/garmin" } resources: requests: { cpu: 50m, memory: 256Mi }