From fbeb9668e1cd12e90d5189667f309811b50ba4cb Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 26 Sep 2023 12:24:56 +0300 Subject: [PATCH] postgres limit --- .deploy-infra/deploy-prod.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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