perf(tenants): reduz CPU requests dos servicos (150m/100m->50m, keycloak 250m->150m) nos 4 tenants
Libera CPU no no unico para acomodar o 4o silo (escolinha) sem hardware novo. Limits preservados (burst inalterado); apenas o gate de scheduling foi ajustado.
This commit is contained in:
@@ -52,7 +52,7 @@ spec:
|
|||||||
- containerPort: 9000
|
- containerPort: 9000
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 250m
|
cpu: 150m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "acme" }
|
- { name: ATM_TENANT, value: "acme" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/configuracao/health, port: 8083 }
|
httpGet: { path: /api/configuracao/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "acme" }
|
- { name: ATM_TENANT, value: "acme" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/organizacao/health, port: 8083 }
|
httpGet: { path: /api/organizacao/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "acme" }
|
- { name: ATM_TENANT, value: "acme" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/planejamento/health, port: 8083 }
|
httpGet: { path: /api/planejamento/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "acme" }
|
- { name: ATM_TENANT, value: "acme" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/campeonato/health, port: 8083 }
|
httpGet: { path: /api/campeonato/health, port: 8083 }
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef: { name: garmin-oauth, key: GARMIN_CLIENT_SECRET }
|
secretKeyRef: { name: garmin-oauth, key: GARMIN_CLIENT_SECRET }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/saude/health, port: 8083 }
|
httpGet: { path: /api/saude/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "acme" }
|
- { name: ATM_TENANT, value: "acme" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/financeiro/health, port: 8083 }
|
httpGet: { path: /api/financeiro/health, port: 8083 }
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef: { name: kc-admin-secret, key: client-secret }
|
secretKeyRef: { name: kc-admin-secret, key: client-secret }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/cadastro/health, port: 8083 }
|
httpGet: { path: /api/cadastro/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "acme" }
|
- { name: ATM_TENANT, value: "acme" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/documentos/health, port: 8083 }
|
httpGet: { path: /api/documentos/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "acme" }
|
- { name: ATM_TENANT, value: "acme" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/administrativo/health, port: 8083 }
|
httpGet: { path: /api/administrativo/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "acme" }
|
- { name: ATM_TENANT, value: "acme" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/assistencia-social/health, port: 8083 }
|
httpGet: { path: /api/assistencia-social/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "acme" }
|
- { name: ATM_TENANT, value: "acme" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/pedagogico/health, port: 8083 }
|
httpGet: { path: /api/pedagogico/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "acme" }
|
- { name: ATM_TENANT, value: "acme" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/nutricao/health, port: 8083 }
|
httpGet: { path: /api/nutricao/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "acme" }
|
- { name: ATM_TENANT, value: "acme" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/agenda/health, port: 8083 }
|
httpGet: { path: /api/agenda/health, port: 8083 }
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ spec:
|
|||||||
- { name: ATM_TENANT, value: "acme" }
|
- { name: ATM_TENANT, value: "acme" }
|
||||||
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://acme.athleticmap.influxdigital.com.br/integracoes/garmin" }
|
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://acme.athleticmap.influxdigital.com.br/integracoes/garmin" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 256Mi }
|
requests: { cpu: 50m, memory: 256Mi }
|
||||||
limits: { cpu: 500m, memory: 512Mi }
|
limits: { cpu: 500m, memory: 512Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /bff/health, port: 8083 }
|
httpGet: { path: /bff/health, port: 8083 }
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ spec:
|
|||||||
- containerPort: 9000
|
- containerPort: 9000
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 250m
|
cpu: 150m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "demo" }
|
- { name: ATM_TENANT, value: "demo" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/configuracao/health, port: 8083 }
|
httpGet: { path: /api/configuracao/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "demo" }
|
- { name: ATM_TENANT, value: "demo" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/organizacao/health, port: 8083 }
|
httpGet: { path: /api/organizacao/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "demo" }
|
- { name: ATM_TENANT, value: "demo" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/planejamento/health, port: 8083 }
|
httpGet: { path: /api/planejamento/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "demo" }
|
- { name: ATM_TENANT, value: "demo" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/campeonato/health, port: 8083 }
|
httpGet: { path: /api/campeonato/health, port: 8083 }
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef: { name: garmin-oauth, key: GARMIN_CLIENT_SECRET }
|
secretKeyRef: { name: garmin-oauth, key: GARMIN_CLIENT_SECRET }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/saude/health, port: 8083 }
|
httpGet: { path: /api/saude/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "demo" }
|
- { name: ATM_TENANT, value: "demo" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/financeiro/health, port: 8083 }
|
httpGet: { path: /api/financeiro/health, port: 8083 }
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef: { name: kc-admin-secret, key: client-secret }
|
secretKeyRef: { name: kc-admin-secret, key: client-secret }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/cadastro/health, port: 8083 }
|
httpGet: { path: /api/cadastro/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "demo" }
|
- { name: ATM_TENANT, value: "demo" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/documentos/health, port: 8083 }
|
httpGet: { path: /api/documentos/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "demo" }
|
- { name: ATM_TENANT, value: "demo" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/administrativo/health, port: 8083 }
|
httpGet: { path: /api/administrativo/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "demo" }
|
- { name: ATM_TENANT, value: "demo" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/assistencia-social/health, port: 8083 }
|
httpGet: { path: /api/assistencia-social/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "demo" }
|
- { name: ATM_TENANT, value: "demo" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/pedagogico/health, port: 8083 }
|
httpGet: { path: /api/pedagogico/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "demo" }
|
- { name: ATM_TENANT, value: "demo" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/nutricao/health, port: 8083 }
|
httpGet: { path: /api/nutricao/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "demo" }
|
- { name: ATM_TENANT, value: "demo" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/agenda/health, port: 8083 }
|
httpGet: { path: /api/agenda/health, port: 8083 }
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ spec:
|
|||||||
- { name: ATM_TENANT, value: "demo" }
|
- { name: ATM_TENANT, value: "demo" }
|
||||||
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://demo.athleticmap.influxdigital.com.br/integracoes/garmin" }
|
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://demo.athleticmap.influxdigital.com.br/integracoes/garmin" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 256Mi }
|
requests: { cpu: 50m, memory: 256Mi }
|
||||||
limits: { cpu: 500m, memory: 512Mi }
|
limits: { cpu: 500m, memory: 512Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /bff/health, port: 8083 }
|
httpGet: { path: /bff/health, port: 8083 }
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ spec:
|
|||||||
- containerPort: 9000
|
- containerPort: 9000
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 250m
|
cpu: 150m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "escolinha" }
|
- { name: ATM_TENANT, value: "escolinha" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/configuracao/health, port: 8083 }
|
httpGet: { path: /api/configuracao/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "escolinha" }
|
- { name: ATM_TENANT, value: "escolinha" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/organizacao/health, port: 8083 }
|
httpGet: { path: /api/organizacao/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "escolinha" }
|
- { name: ATM_TENANT, value: "escolinha" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/planejamento/health, port: 8083 }
|
httpGet: { path: /api/planejamento/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "escolinha" }
|
- { name: ATM_TENANT, value: "escolinha" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/campeonato/health, port: 8083 }
|
httpGet: { path: /api/campeonato/health, port: 8083 }
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef: { name: garmin-oauth, key: GARMIN_CLIENT_SECRET }
|
secretKeyRef: { name: garmin-oauth, key: GARMIN_CLIENT_SECRET }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/saude/health, port: 8083 }
|
httpGet: { path: /api/saude/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "escolinha" }
|
- { name: ATM_TENANT, value: "escolinha" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/financeiro/health, port: 8083 }
|
httpGet: { path: /api/financeiro/health, port: 8083 }
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef: { name: kc-admin-secret, key: client-secret }
|
secretKeyRef: { name: kc-admin-secret, key: client-secret }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/cadastro/health, port: 8083 }
|
httpGet: { path: /api/cadastro/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "escolinha" }
|
- { name: ATM_TENANT, value: "escolinha" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/documentos/health, port: 8083 }
|
httpGet: { path: /api/documentos/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "escolinha" }
|
- { name: ATM_TENANT, value: "escolinha" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/administrativo/health, port: 8083 }
|
httpGet: { path: /api/administrativo/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "escolinha" }
|
- { name: ATM_TENANT, value: "escolinha" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/assistencia-social/health, port: 8083 }
|
httpGet: { path: /api/assistencia-social/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "escolinha" }
|
- { name: ATM_TENANT, value: "escolinha" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/pedagogico/health, port: 8083 }
|
httpGet: { path: /api/pedagogico/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "escolinha" }
|
- { name: ATM_TENANT, value: "escolinha" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/nutricao/health, port: 8083 }
|
httpGet: { path: /api/nutricao/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "escolinha" }
|
- { name: ATM_TENANT, value: "escolinha" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/agenda/health, port: 8083 }
|
httpGet: { path: /api/agenda/health, port: 8083 }
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ spec:
|
|||||||
- { name: ATM_TENANT, value: "escolinha" }
|
- { name: ATM_TENANT, value: "escolinha" }
|
||||||
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://escolinha.athleticmap.influxdigital.com.br/integracoes/garmin" }
|
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://escolinha.athleticmap.influxdigital.com.br/integracoes/garmin" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 256Mi }
|
requests: { cpu: 50m, memory: 256Mi }
|
||||||
limits: { cpu: 500m, memory: 512Mi }
|
limits: { cpu: 500m, memory: 512Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /bff/health, port: 8083 }
|
httpGet: { path: /bff/health, port: 8083 }
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ spec:
|
|||||||
- containerPort: 9000
|
- containerPort: 9000
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 250m
|
cpu: 150m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "piloto" }
|
- { name: ATM_TENANT, value: "piloto" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/configuracao/health, port: 8083 }
|
httpGet: { path: /api/configuracao/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "piloto" }
|
- { name: ATM_TENANT, value: "piloto" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/organizacao/health, port: 8083 }
|
httpGet: { path: /api/organizacao/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "piloto" }
|
- { name: ATM_TENANT, value: "piloto" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/planejamento/health, port: 8083 }
|
httpGet: { path: /api/planejamento/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "piloto" }
|
- { name: ATM_TENANT, value: "piloto" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/campeonato/health, port: 8083 }
|
httpGet: { path: /api/campeonato/health, port: 8083 }
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef: { name: garmin-oauth, key: GARMIN_CLIENT_SECRET }
|
secretKeyRef: { name: garmin-oauth, key: GARMIN_CLIENT_SECRET }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/saude/health, port: 8083 }
|
httpGet: { path: /api/saude/health, port: 8083 }
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "piloto" }
|
- { name: ATM_TENANT, value: "piloto" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/financeiro/health, port: 8083 }
|
httpGet: { path: /api/financeiro/health, port: 8083 }
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef: { name: kc-admin-secret, key: client-secret }
|
secretKeyRef: { name: kc-admin-secret, key: client-secret }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 150m, memory: 320Mi }
|
requests: { cpu: 50m, memory: 320Mi }
|
||||||
limits: { cpu: "1", memory: 768Mi }
|
limits: { cpu: "1", memory: 768Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/cadastro/health, port: 8083 }
|
httpGet: { path: /api/cadastro/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "piloto" }
|
- { name: ATM_TENANT, value: "piloto" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/documentos/health, port: 8083 }
|
httpGet: { path: /api/documentos/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "piloto" }
|
- { name: ATM_TENANT, value: "piloto" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/administrativo/health, port: 8083 }
|
httpGet: { path: /api/administrativo/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "piloto" }
|
- { name: ATM_TENANT, value: "piloto" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/assistencia-social/health, port: 8083 }
|
httpGet: { path: /api/assistencia-social/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "piloto" }
|
- { name: ATM_TENANT, value: "piloto" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/pedagogico/health, port: 8083 }
|
httpGet: { path: /api/pedagogico/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "piloto" }
|
- { name: ATM_TENANT, value: "piloto" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/nutricao/health, port: 8083 }
|
httpGet: { path: /api/nutricao/health, port: 8083 }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
|
||||||
- { name: ATM_TENANT, value: "piloto" }
|
- { name: ATM_TENANT, value: "piloto" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 300Mi }
|
requests: { cpu: 50m, memory: 300Mi }
|
||||||
limits: { cpu: "1", memory: 640Mi }
|
limits: { cpu: "1", memory: 640Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /api/agenda/health, port: 8083 }
|
httpGet: { path: /api/agenda/health, port: 8083 }
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ spec:
|
|||||||
- { name: ATM_TENANT, value: "piloto" }
|
- { name: ATM_TENANT, value: "piloto" }
|
||||||
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://piloto.athleticmap.influxdigital.com.br/integracoes/garmin" }
|
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://piloto.athleticmap.influxdigital.com.br/integracoes/garmin" }
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 256Mi }
|
requests: { cpu: 50m, memory: 256Mi }
|
||||||
limits: { cpu: 500m, memory: 512Mi }
|
limits: { cpu: 500m, memory: 512Mi }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /bff/health, port: 8083 }
|
httpGet: { path: /bff/health, port: 8083 }
|
||||||
|
|||||||
Reference in New Issue
Block a user