diff --git a/.deploy-infra/deploy-prod.yaml b/.deploy-infra/deploy-prod.yaml index a72ec7b..59cc9f2 100644 --- a/.deploy-infra/deploy-prod.yaml +++ b/.deploy-infra/deploy-prod.yaml @@ -37,6 +37,11 @@ services: update_config: parallelism: 1 order: start-first + resources: + limits: + cpus: '1.0' + reservations: + cpus: '0.50' mongo: image: mongo:6.0.2