From e486a81e4fda378ab843bb7e0cd1cd3a878ce4b5 Mon Sep 17 00:00:00 2001 From: emmatveev Date: Fri, 20 Jun 2025 17:29:33 +0300 Subject: [PATCH] Update .deploy-infra/deploy-prod.yaml --- .deploy-infra/deploy-prod.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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