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:
atmadmin
2026-07-28 15:54:21 +00:00
parent 8036569c28
commit c2db5f2c17
60 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ spec:
- containerPort: 9000
resources:
requests:
cpu: 250m
cpu: 150m
memory: 512Mi
limits:
cpu: "1"
+1 -1
View File
@@ -35,7 +35,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "acme" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/configuracao/health, port: 8083 }
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "acme" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/organizacao/health, port: 8083 }
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "acme" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/planejamento/health, port: 8083 }
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "acme" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/campeonato/health, port: 8083 }
+1 -1
View File
@@ -44,7 +44,7 @@ spec:
valueFrom:
secretKeyRef: { name: garmin-oauth, key: GARMIN_CLIENT_SECRET }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/saude/health, port: 8083 }
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "acme" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/financeiro/health, port: 8083 }
+1 -1
View File
@@ -39,7 +39,7 @@ spec:
valueFrom:
secretKeyRef: { name: kc-admin-secret, key: client-secret }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/cadastro/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "acme" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/documentos/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "acme" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
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_TENANT, value: "acme" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/assistencia-social/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "acme" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/pedagogico/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "acme" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/nutricao/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "acme" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/agenda/health, port: 8083 }
+1 -1
View File
@@ -42,7 +42,7 @@ spec:
- { name: ATM_TENANT, value: "acme" }
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://acme.athleticmap.influxdigital.com.br/integracoes/garmin" }
resources:
requests: { cpu: 100m, memory: 256Mi }
requests: { cpu: 50m, memory: 256Mi }
limits: { cpu: 500m, memory: 512Mi }
readinessProbe:
httpGet: { path: /bff/health, port: 8083 }
+1 -1
View File
@@ -53,7 +53,7 @@ spec:
- containerPort: 9000
resources:
requests:
cpu: 250m
cpu: 150m
memory: 512Mi
limits:
cpu: "1"
+1 -1
View File
@@ -35,7 +35,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "demo" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/configuracao/health, port: 8083 }
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "demo" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/organizacao/health, port: 8083 }
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "demo" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/planejamento/health, port: 8083 }
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "demo" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/campeonato/health, port: 8083 }
+1 -1
View File
@@ -44,7 +44,7 @@ spec:
valueFrom:
secretKeyRef: { name: garmin-oauth, key: GARMIN_CLIENT_SECRET }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/saude/health, port: 8083 }
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "demo" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/financeiro/health, port: 8083 }
+1 -1
View File
@@ -39,7 +39,7 @@ spec:
valueFrom:
secretKeyRef: { name: kc-admin-secret, key: client-secret }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/cadastro/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "demo" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/documentos/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "demo" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
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_TENANT, value: "demo" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/assistencia-social/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "demo" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/pedagogico/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "demo" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/nutricao/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "demo" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/agenda/health, port: 8083 }
+1 -1
View File
@@ -42,7 +42,7 @@ spec:
- { name: ATM_TENANT, value: "demo" }
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://demo.athleticmap.influxdigital.com.br/integracoes/garmin" }
resources:
requests: { cpu: 100m, memory: 256Mi }
requests: { cpu: 50m, memory: 256Mi }
limits: { cpu: 500m, memory: 512Mi }
readinessProbe:
httpGet: { path: /bff/health, port: 8083 }
+1 -1
View File
@@ -52,7 +52,7 @@ spec:
- containerPort: 9000
resources:
requests:
cpu: 250m
cpu: 150m
memory: 512Mi
limits:
cpu: "1"
@@ -35,7 +35,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "escolinha" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
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_TENANT, value: "escolinha" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
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_TENANT, value: "escolinha" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/planejamento/health, port: 8083 }
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "escolinha" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/campeonato/health, port: 8083 }
+1 -1
View File
@@ -44,7 +44,7 @@ spec:
valueFrom:
secretKeyRef: { name: garmin-oauth, key: GARMIN_CLIENT_SECRET }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/saude/health, port: 8083 }
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "escolinha" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/financeiro/health, port: 8083 }
+1 -1
View File
@@ -39,7 +39,7 @@ spec:
valueFrom:
secretKeyRef: { name: kc-admin-secret, key: client-secret }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/cadastro/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "escolinha" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
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_TENANT, value: "escolinha" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
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_TENANT, value: "escolinha" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/assistencia-social/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "escolinha" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/pedagogico/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "escolinha" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/nutricao/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-escolinha.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "escolinha" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/agenda/health, port: 8083 }
+1 -1
View File
@@ -42,7 +42,7 @@ spec:
- { name: ATM_TENANT, value: "escolinha" }
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://escolinha.athleticmap.influxdigital.com.br/integracoes/garmin" }
resources:
requests: { cpu: 100m, memory: 256Mi }
requests: { cpu: 50m, memory: 256Mi }
limits: { cpu: 500m, memory: 512Mi }
readinessProbe:
httpGet: { path: /bff/health, port: 8083 }
+1 -1
View File
@@ -52,7 +52,7 @@ spec:
- containerPort: 9000
resources:
requests:
cpu: 250m
cpu: 150m
memory: 512Mi
limits:
cpu: "1"
+1 -1
View File
@@ -35,7 +35,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "piloto" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/configuracao/health, port: 8083 }
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "piloto" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/organizacao/health, port: 8083 }
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "piloto" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/planejamento/health, port: 8083 }
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "piloto" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/campeonato/health, port: 8083 }
+1 -1
View File
@@ -44,7 +44,7 @@ spec:
valueFrom:
secretKeyRef: { name: garmin-oauth, key: GARMIN_CLIENT_SECRET }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/saude/health, port: 8083 }
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "piloto" }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/financeiro/health, port: 8083 }
+1 -1
View File
@@ -39,7 +39,7 @@ spec:
valueFrom:
secretKeyRef: { name: kc-admin-secret, key: client-secret }
resources:
requests: { cpu: 150m, memory: 320Mi }
requests: { cpu: 50m, memory: 320Mi }
limits: { cpu: "1", memory: 768Mi }
readinessProbe:
httpGet: { path: /api/cadastro/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "piloto" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
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_TENANT, value: "piloto" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
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_TENANT, value: "piloto" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/assistencia-social/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "piloto" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/pedagogico/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "piloto" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/nutricao/health, port: 8083 }
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- { name: ATM_ISSUER, value: "https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap" }
- { name: ATM_TENANT, value: "piloto" }
resources:
requests: { cpu: 100m, memory: 300Mi }
requests: { cpu: 50m, memory: 300Mi }
limits: { cpu: "1", memory: 640Mi }
readinessProbe:
httpGet: { path: /api/agenda/health, port: 8083 }
+1 -1
View File
@@ -42,7 +42,7 @@ spec:
- { name: ATM_TENANT, value: "piloto" }
- { name: GARMIN_FRONTEND_REDIRECT, value: "https://piloto.athleticmap.influxdigital.com.br/integracoes/garmin" }
resources:
requests: { cpu: 100m, memory: 256Mi }
requests: { cpu: 50m, memory: 256Mi }
limits: { cpu: 500m, memory: 512Mi }
readinessProbe:
httpGet: { path: /bff/health, port: 8083 }