feat(escolinha): BFF e frontend novos (P4.3-P4.9)

This commit is contained in:
deploy
2026-09-22 12:28:46 +00:00
parent 63889b64f9
commit 2a7292455d
+3 -1
View File
@@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: servico-bff
image: docker.io/library/servico-bff:1.97-modelos-atividade
image: docker.io/library/servico-bff:2.0-exportacao
imagePullPolicy: Never
ports: [{ containerPort: 8083 }]
env:
@@ -39,6 +39,8 @@ spec:
- { name: ATM_AGENDA_URL, value: "http://servico-agenda" }
- { 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_CONSENTIMENTO_SEGREDO
valueFrom: { secretKeyRef: { name: consentimento-selo, key: segredo } }
- { name: ATM_TENANT, value: "escolinha" }
- { name: ATM_PLANO, value: "institucional" }
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://escolinha.athleticmap.influxdigital.com.br/integracoes/garmin" }