diff --git a/tenants/acme/20-keycloak.yaml b/tenants/acme/20-keycloak.yaml index b168409..075798b 100644 --- a/tenants/acme/20-keycloak.yaml +++ b/tenants/acme/20-keycloak.yaml @@ -52,7 +52,7 @@ spec: - containerPort: 9000 resources: requests: - cpu: 250m + cpu: 150m memory: 512Mi limits: cpu: "1" diff --git a/tenants/acme/70-servico-configuracao.yaml b/tenants/acme/70-servico-configuracao.yaml index e419c51..082aab0 100644 --- a/tenants/acme/70-servico-configuracao.yaml +++ b/tenants/acme/70-servico-configuracao.yaml @@ -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 } diff --git a/tenants/acme/72-servico-organizacao.yaml b/tenants/acme/72-servico-organizacao.yaml index 93af052..aab70d1 100644 --- a/tenants/acme/72-servico-organizacao.yaml +++ b/tenants/acme/72-servico-organizacao.yaml @@ -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 } diff --git a/tenants/acme/74-servico-planejamento.yaml b/tenants/acme/74-servico-planejamento.yaml index 5b9c6bf..cd53385 100644 --- a/tenants/acme/74-servico-planejamento.yaml +++ b/tenants/acme/74-servico-planejamento.yaml @@ -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 } diff --git a/tenants/acme/76-servico-campeonato.yaml b/tenants/acme/76-servico-campeonato.yaml index bd38830..66e51d3 100644 --- a/tenants/acme/76-servico-campeonato.yaml +++ b/tenants/acme/76-servico-campeonato.yaml @@ -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 } diff --git a/tenants/acme/78-servico-saude.yaml b/tenants/acme/78-servico-saude.yaml index 3b62d09..f81ca81 100644 --- a/tenants/acme/78-servico-saude.yaml +++ b/tenants/acme/78-servico-saude.yaml @@ -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 } diff --git a/tenants/acme/79-servico-financeiro.yaml b/tenants/acme/79-servico-financeiro.yaml index 314ec7a..04d08c8 100644 --- a/tenants/acme/79-servico-financeiro.yaml +++ b/tenants/acme/79-servico-financeiro.yaml @@ -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 } diff --git a/tenants/acme/80-servico-cadastro.yaml b/tenants/acme/80-servico-cadastro.yaml index 9198b12..e9d0178 100644 --- a/tenants/acme/80-servico-cadastro.yaml +++ b/tenants/acme/80-servico-cadastro.yaml @@ -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 } diff --git a/tenants/acme/81-servico-documentos.yaml b/tenants/acme/81-servico-documentos.yaml index 69448d6..8317644 100644 --- a/tenants/acme/81-servico-documentos.yaml +++ b/tenants/acme/81-servico-documentos.yaml @@ -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 } diff --git a/tenants/acme/82-servico-administrativo.yaml b/tenants/acme/82-servico-administrativo.yaml index a725c42..1e8e41a 100644 --- a/tenants/acme/82-servico-administrativo.yaml +++ b/tenants/acme/82-servico-administrativo.yaml @@ -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 } diff --git a/tenants/acme/83-servico-assistencia-social.yaml b/tenants/acme/83-servico-assistencia-social.yaml index 9194f59..75afc41 100644 --- a/tenants/acme/83-servico-assistencia-social.yaml +++ b/tenants/acme/83-servico-assistencia-social.yaml @@ -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 } diff --git a/tenants/acme/84-servico-pedagogico.yaml b/tenants/acme/84-servico-pedagogico.yaml index 40934ab..281046d 100644 --- a/tenants/acme/84-servico-pedagogico.yaml +++ b/tenants/acme/84-servico-pedagogico.yaml @@ -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 } diff --git a/tenants/acme/85-servico-nutricao.yaml b/tenants/acme/85-servico-nutricao.yaml index b33a129..a822dea 100644 --- a/tenants/acme/85-servico-nutricao.yaml +++ b/tenants/acme/85-servico-nutricao.yaml @@ -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 } diff --git a/tenants/acme/86-servico-agenda.yaml b/tenants/acme/86-servico-agenda.yaml index 7d25f6a..b136046 100644 --- a/tenants/acme/86-servico-agenda.yaml +++ b/tenants/acme/86-servico-agenda.yaml @@ -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 } diff --git a/tenants/acme/90-servico-bff.yaml b/tenants/acme/90-servico-bff.yaml index 2acfe50..c90b990 100644 --- a/tenants/acme/90-servico-bff.yaml +++ b/tenants/acme/90-servico-bff.yaml @@ -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 } diff --git a/tenants/demo/20-keycloak.yaml b/tenants/demo/20-keycloak.yaml index 785846f..974671c 100644 --- a/tenants/demo/20-keycloak.yaml +++ b/tenants/demo/20-keycloak.yaml @@ -53,7 +53,7 @@ spec: - containerPort: 9000 resources: requests: - cpu: 250m + cpu: 150m memory: 512Mi limits: cpu: "1" diff --git a/tenants/demo/70-servico-configuracao.yaml b/tenants/demo/70-servico-configuracao.yaml index f7e9ba1..3e08adf 100644 --- a/tenants/demo/70-servico-configuracao.yaml +++ b/tenants/demo/70-servico-configuracao.yaml @@ -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 } diff --git a/tenants/demo/72-servico-organizacao.yaml b/tenants/demo/72-servico-organizacao.yaml index 3fa2430..21b4125 100644 --- a/tenants/demo/72-servico-organizacao.yaml +++ b/tenants/demo/72-servico-organizacao.yaml @@ -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 } diff --git a/tenants/demo/74-servico-planejamento.yaml b/tenants/demo/74-servico-planejamento.yaml index 70b0d9d..e5a733f 100644 --- a/tenants/demo/74-servico-planejamento.yaml +++ b/tenants/demo/74-servico-planejamento.yaml @@ -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 } diff --git a/tenants/demo/76-servico-campeonato.yaml b/tenants/demo/76-servico-campeonato.yaml index 579ebbb..42a4355 100644 --- a/tenants/demo/76-servico-campeonato.yaml +++ b/tenants/demo/76-servico-campeonato.yaml @@ -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 } diff --git a/tenants/demo/78-servico-saude.yaml b/tenants/demo/78-servico-saude.yaml index 3819d40..b9f2113 100644 --- a/tenants/demo/78-servico-saude.yaml +++ b/tenants/demo/78-servico-saude.yaml @@ -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 } diff --git a/tenants/demo/79-servico-financeiro.yaml b/tenants/demo/79-servico-financeiro.yaml index d66c179..bf21093 100644 --- a/tenants/demo/79-servico-financeiro.yaml +++ b/tenants/demo/79-servico-financeiro.yaml @@ -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 } diff --git a/tenants/demo/80-servico-cadastro.yaml b/tenants/demo/80-servico-cadastro.yaml index 9a9f3a4..49b0a8b 100644 --- a/tenants/demo/80-servico-cadastro.yaml +++ b/tenants/demo/80-servico-cadastro.yaml @@ -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 } diff --git a/tenants/demo/81-servico-documentos.yaml b/tenants/demo/81-servico-documentos.yaml index 1ba85c1..811bac5 100644 --- a/tenants/demo/81-servico-documentos.yaml +++ b/tenants/demo/81-servico-documentos.yaml @@ -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 } diff --git a/tenants/demo/82-servico-administrativo.yaml b/tenants/demo/82-servico-administrativo.yaml index 72f5f6d..d0b43de 100644 --- a/tenants/demo/82-servico-administrativo.yaml +++ b/tenants/demo/82-servico-administrativo.yaml @@ -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 } diff --git a/tenants/demo/83-servico-assistencia-social.yaml b/tenants/demo/83-servico-assistencia-social.yaml index d730dba..057630f 100644 --- a/tenants/demo/83-servico-assistencia-social.yaml +++ b/tenants/demo/83-servico-assistencia-social.yaml @@ -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 } diff --git a/tenants/demo/84-servico-pedagogico.yaml b/tenants/demo/84-servico-pedagogico.yaml index 6e120b8..9ab69af 100644 --- a/tenants/demo/84-servico-pedagogico.yaml +++ b/tenants/demo/84-servico-pedagogico.yaml @@ -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 } diff --git a/tenants/demo/85-servico-nutricao.yaml b/tenants/demo/85-servico-nutricao.yaml index 04dacf6..ecbf246 100644 --- a/tenants/demo/85-servico-nutricao.yaml +++ b/tenants/demo/85-servico-nutricao.yaml @@ -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 } diff --git a/tenants/demo/86-servico-agenda.yaml b/tenants/demo/86-servico-agenda.yaml index a8c376f..73b32a3 100644 --- a/tenants/demo/86-servico-agenda.yaml +++ b/tenants/demo/86-servico-agenda.yaml @@ -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 } diff --git a/tenants/demo/90-servico-bff.yaml b/tenants/demo/90-servico-bff.yaml index 6ce3b90..4f690af 100644 --- a/tenants/demo/90-servico-bff.yaml +++ b/tenants/demo/90-servico-bff.yaml @@ -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 } diff --git a/tenants/escolinha/20-keycloak.yaml b/tenants/escolinha/20-keycloak.yaml index 6e3aa8a..d28be9c 100644 --- a/tenants/escolinha/20-keycloak.yaml +++ b/tenants/escolinha/20-keycloak.yaml @@ -52,7 +52,7 @@ spec: - containerPort: 9000 resources: requests: - cpu: 250m + cpu: 150m memory: 512Mi limits: cpu: "1" diff --git a/tenants/escolinha/70-servico-configuracao.yaml b/tenants/escolinha/70-servico-configuracao.yaml index 609a964..e5581ac 100644 --- a/tenants/escolinha/70-servico-configuracao.yaml +++ b/tenants/escolinha/70-servico-configuracao.yaml @@ -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 } diff --git a/tenants/escolinha/72-servico-organizacao.yaml b/tenants/escolinha/72-servico-organizacao.yaml index 209d8cb..c3c6889 100644 --- a/tenants/escolinha/72-servico-organizacao.yaml +++ b/tenants/escolinha/72-servico-organizacao.yaml @@ -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 } diff --git a/tenants/escolinha/74-servico-planejamento.yaml b/tenants/escolinha/74-servico-planejamento.yaml index 84f48cb..663def9 100644 --- a/tenants/escolinha/74-servico-planejamento.yaml +++ b/tenants/escolinha/74-servico-planejamento.yaml @@ -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 } diff --git a/tenants/escolinha/76-servico-campeonato.yaml b/tenants/escolinha/76-servico-campeonato.yaml index d6af04f..51d1995 100644 --- a/tenants/escolinha/76-servico-campeonato.yaml +++ b/tenants/escolinha/76-servico-campeonato.yaml @@ -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 } diff --git a/tenants/escolinha/78-servico-saude.yaml b/tenants/escolinha/78-servico-saude.yaml index 9a345da..f258753 100644 --- a/tenants/escolinha/78-servico-saude.yaml +++ b/tenants/escolinha/78-servico-saude.yaml @@ -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 } diff --git a/tenants/escolinha/79-servico-financeiro.yaml b/tenants/escolinha/79-servico-financeiro.yaml index 7e6a1e7..c7fe042 100644 --- a/tenants/escolinha/79-servico-financeiro.yaml +++ b/tenants/escolinha/79-servico-financeiro.yaml @@ -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 } diff --git a/tenants/escolinha/80-servico-cadastro.yaml b/tenants/escolinha/80-servico-cadastro.yaml index 6adee6e..9df0cb4 100644 --- a/tenants/escolinha/80-servico-cadastro.yaml +++ b/tenants/escolinha/80-servico-cadastro.yaml @@ -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 } diff --git a/tenants/escolinha/81-servico-documentos.yaml b/tenants/escolinha/81-servico-documentos.yaml index df5c261..3d5921b 100644 --- a/tenants/escolinha/81-servico-documentos.yaml +++ b/tenants/escolinha/81-servico-documentos.yaml @@ -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 } diff --git a/tenants/escolinha/82-servico-administrativo.yaml b/tenants/escolinha/82-servico-administrativo.yaml index 757bb95..82207cf 100644 --- a/tenants/escolinha/82-servico-administrativo.yaml +++ b/tenants/escolinha/82-servico-administrativo.yaml @@ -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 } diff --git a/tenants/escolinha/83-servico-assistencia-social.yaml b/tenants/escolinha/83-servico-assistencia-social.yaml index e4609ed..2a3b901 100644 --- a/tenants/escolinha/83-servico-assistencia-social.yaml +++ b/tenants/escolinha/83-servico-assistencia-social.yaml @@ -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 } diff --git a/tenants/escolinha/84-servico-pedagogico.yaml b/tenants/escolinha/84-servico-pedagogico.yaml index ff7d956..d825eb5 100644 --- a/tenants/escolinha/84-servico-pedagogico.yaml +++ b/tenants/escolinha/84-servico-pedagogico.yaml @@ -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 } diff --git a/tenants/escolinha/85-servico-nutricao.yaml b/tenants/escolinha/85-servico-nutricao.yaml index 80542fb..09cf228 100644 --- a/tenants/escolinha/85-servico-nutricao.yaml +++ b/tenants/escolinha/85-servico-nutricao.yaml @@ -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 } diff --git a/tenants/escolinha/86-servico-agenda.yaml b/tenants/escolinha/86-servico-agenda.yaml index 11accc1..1eee000 100644 --- a/tenants/escolinha/86-servico-agenda.yaml +++ b/tenants/escolinha/86-servico-agenda.yaml @@ -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 } diff --git a/tenants/escolinha/90-servico-bff.yaml b/tenants/escolinha/90-servico-bff.yaml index 50ae183..d3db574 100644 --- a/tenants/escolinha/90-servico-bff.yaml +++ b/tenants/escolinha/90-servico-bff.yaml @@ -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 } diff --git a/tenants/piloto/20-keycloak.yaml b/tenants/piloto/20-keycloak.yaml index 4a19958..b79d341 100644 --- a/tenants/piloto/20-keycloak.yaml +++ b/tenants/piloto/20-keycloak.yaml @@ -52,7 +52,7 @@ spec: - containerPort: 9000 resources: requests: - cpu: 250m + cpu: 150m memory: 512Mi limits: cpu: "1" diff --git a/tenants/piloto/70-servico-configuracao.yaml b/tenants/piloto/70-servico-configuracao.yaml index 5b48b67..a2b0cfc 100644 --- a/tenants/piloto/70-servico-configuracao.yaml +++ b/tenants/piloto/70-servico-configuracao.yaml @@ -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 } diff --git a/tenants/piloto/72-servico-organizacao.yaml b/tenants/piloto/72-servico-organizacao.yaml index 2fda4c9..4778193 100644 --- a/tenants/piloto/72-servico-organizacao.yaml +++ b/tenants/piloto/72-servico-organizacao.yaml @@ -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 } diff --git a/tenants/piloto/74-servico-planejamento.yaml b/tenants/piloto/74-servico-planejamento.yaml index 32bf2c7..2137abe 100644 --- a/tenants/piloto/74-servico-planejamento.yaml +++ b/tenants/piloto/74-servico-planejamento.yaml @@ -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 } diff --git a/tenants/piloto/76-servico-campeonato.yaml b/tenants/piloto/76-servico-campeonato.yaml index b1781fd..97353e1 100644 --- a/tenants/piloto/76-servico-campeonato.yaml +++ b/tenants/piloto/76-servico-campeonato.yaml @@ -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 } diff --git a/tenants/piloto/78-servico-saude.yaml b/tenants/piloto/78-servico-saude.yaml index ccac369..29a936f 100644 --- a/tenants/piloto/78-servico-saude.yaml +++ b/tenants/piloto/78-servico-saude.yaml @@ -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 } diff --git a/tenants/piloto/79-servico-financeiro.yaml b/tenants/piloto/79-servico-financeiro.yaml index 724ed86..d7c4b74 100644 --- a/tenants/piloto/79-servico-financeiro.yaml +++ b/tenants/piloto/79-servico-financeiro.yaml @@ -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 } diff --git a/tenants/piloto/80-servico-cadastro.yaml b/tenants/piloto/80-servico-cadastro.yaml index a7cdc8b..9eac284 100644 --- a/tenants/piloto/80-servico-cadastro.yaml +++ b/tenants/piloto/80-servico-cadastro.yaml @@ -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 } diff --git a/tenants/piloto/81-servico-documentos.yaml b/tenants/piloto/81-servico-documentos.yaml index d2d8af6..b8e65ee 100644 --- a/tenants/piloto/81-servico-documentos.yaml +++ b/tenants/piloto/81-servico-documentos.yaml @@ -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 } diff --git a/tenants/piloto/82-servico-administrativo.yaml b/tenants/piloto/82-servico-administrativo.yaml index b005bb7..5c40041 100644 --- a/tenants/piloto/82-servico-administrativo.yaml +++ b/tenants/piloto/82-servico-administrativo.yaml @@ -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 } diff --git a/tenants/piloto/83-servico-assistencia-social.yaml b/tenants/piloto/83-servico-assistencia-social.yaml index 9eed0af..d4319c0 100644 --- a/tenants/piloto/83-servico-assistencia-social.yaml +++ b/tenants/piloto/83-servico-assistencia-social.yaml @@ -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 } diff --git a/tenants/piloto/84-servico-pedagogico.yaml b/tenants/piloto/84-servico-pedagogico.yaml index 7f470b1..d8774de 100644 --- a/tenants/piloto/84-servico-pedagogico.yaml +++ b/tenants/piloto/84-servico-pedagogico.yaml @@ -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 } diff --git a/tenants/piloto/85-servico-nutricao.yaml b/tenants/piloto/85-servico-nutricao.yaml index 0deaca2..1e92a87 100644 --- a/tenants/piloto/85-servico-nutricao.yaml +++ b/tenants/piloto/85-servico-nutricao.yaml @@ -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 } diff --git a/tenants/piloto/86-servico-agenda.yaml b/tenants/piloto/86-servico-agenda.yaml index cb1bf3a..6c83c84 100644 --- a/tenants/piloto/86-servico-agenda.yaml +++ b/tenants/piloto/86-servico-agenda.yaml @@ -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 } diff --git a/tenants/piloto/90-servico-bff.yaml b/tenants/piloto/90-servico-bff.yaml index 6dfc0a7..3fbd772 100644 --- a/tenants/piloto/90-servico-bff.yaml +++ b/tenants/piloto/90-servico-bff.yaml @@ -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 }