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

This commit is contained in:
deploy
2026-09-19 19:36:38 +00:00
parent d13940f04e
commit 1807581840
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: servico-bff
image: docker.io/library/servico-bff:1.87-garmin
image: docker.io/library/servico-bff:1.99-consentimento
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-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
- name: ATM_CONSENTIMENTO_SEGREDO
valueFrom: { secretKeyRef: { name: consentimento-selo, key: segredo } }
- { name: ATM_TENANT, value: "acme" }
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://acme.athleticmap.influxdigital.com.br/integracoes/garmin" }
resources:
+1 -1
View File
@@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: frontend-spa
image: docker.io/library/frontend-spa:1.90-garmin
image: docker.io/library/frontend-spa:2.64-consentimento
imagePullPolicy: Never
ports: [{ containerPort: 80 }]
env: