From bfd7e96689aaeabd8188638164ae632204f74a04 Mon Sep 17 00:00:00 2001 From: Vinicius Aguiar Date: Tue, 21 May 2024 17:13:07 -0300 Subject: [PATCH] chore: decrease resources of development environment (#607) --- .github/workflows/deploy-dev.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-dev.yaml b/.github/workflows/deploy-dev.yaml index ca9238f4..de729bec 100644 --- a/.github/workflows/deploy-dev.yaml +++ b/.github/workflows/deploy-dev.yaml @@ -87,11 +87,11 @@ jobs: replicas: 1 resources: limits: - cpu: 2000m - memory: 2048Mi + cpu: 500m + memory: 1Gi requests: - cpu: 1000m - memory: 1024Mi + cpu: 250m + memory: 500Mi envFrom: - secretRef: name: api-development-secrets