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