diff --git a/.deploy-infra/deploy-prod.yaml b/.deploy-infra/deploy-prod.yaml index 0634921..263f53b 100755 --- a/.deploy-infra/deploy-prod.yaml +++ b/.deploy-infra/deploy-prod.yaml @@ -69,11 +69,11 @@ services: parallelism: 1 resources: limits: + memory: 2048M + cpus: '2.0' + reservations: memory: 1024M cpus: '1.0' - reservations: - memory: 512M - cpus: '0.50' postgres: image: postgres:14-alpine3.19