fix(tenants): ATM_PLANO=institucional (sem ele a barreira cai em bronze e os modulos pagos dao 403)
This commit is contained in:
@@ -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 }
|
||||
|
||||
@@ -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 }
|
||||
|
||||
@@ -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 }
|
||||
|
||||
@@ -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 }
|
||||
|
||||
@@ -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 }
|
||||
|
||||
@@ -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 }
|
||||
|
||||
@@ -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 }
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user