feat(demo): Garmin Connect OAuth + integracoes card (1.75-garmin)

This commit is contained in:
ATM Platform
2026-07-07 18:56:49 +00:00
parent 0ba8e910de
commit f8386f4535
3 changed files with 12 additions and 3 deletions
+9 -1
View File
@@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: servico-saude
image: docker.io/library/servico-saude:1.6
image: docker.io/library/servico-saude:1.75-garmin
imagePullPolicy: Never
ports: [{ containerPort: 8083 }]
env:
@@ -33,6 +33,14 @@ 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: GARMIN_REDIRECT_URI, value: "https://demo.athleticmap.influxdigital.com.br/api/public/integrations/garmin/callback" }
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://demo.athleticmap.influxdigital.com.br/integracoes/garmin" }
- name: GARMIN_CLIENT_ID
valueFrom:
secretKeyRef: { name: garmin-oauth, key: GARMIN_CLIENT_ID }
- name: GARMIN_CLIENT_SECRET
valueFrom:
secretKeyRef: { name: garmin-oauth, key: GARMIN_CLIENT_SECRET }
resources:
requests: { cpu: 150m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
+2 -1
View File
@@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: servico-bff
image: docker.io/library/servico-bff:1.33
image: docker.io/library/servico-bff:1.75-garmin
imagePullPolicy: Never
ports: [{ containerPort: 8083 }]
env:
@@ -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-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "demo" }
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://demo.athleticmap.influxdigital.com.br/integracoes/garmin" }
resources:
requests: { cpu: 100m, memory: 256Mi }
limits: { cpu: 500m, memory: 512Mi }
+1 -1
View File
@@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: frontend-spa
image: docker.io/library/frontend-spa:1.74
image: docker.io/library/frontend-spa:1.75-garmin
imagePullPolicy: Never
ports: [{ containerPort: 80 }]
env: