From 37337a68ab109efbce9ff92c0cf61c38cc13f5ec Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sun, 15 Jun 2025 00:44:42 +0300 Subject: [PATCH 1/2] fix --- .deploy-infra/deploy-dev.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.deploy-infra/deploy-dev.yaml b/.deploy-infra/deploy-dev.yaml index c2ec820..645b139 100644 --- a/.deploy-infra/deploy-dev.yaml +++ b/.deploy-infra/deploy-dev.yaml @@ -31,6 +31,7 @@ services: image: clickhouse networks: - clickhouse-development + - common-infra-nginx-development volumes: - /sprint-data/clickhouse:/var/lib/clickhouse environment: From 62813a17afc607cab0a810571ffc1007462bc222 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Fri, 20 Jun 2025 17:18:56 +0300 Subject: [PATCH 2/2] fix --- .deploy-infra/deploy-prod.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.deploy-infra/deploy-prod.yaml b/.deploy-infra/deploy-prod.yaml index 887f027..0634921 100755 --- a/.deploy-infra/deploy-prod.yaml +++ b/.deploy-infra/deploy-prod.yaml @@ -67,6 +67,13 @@ services: constraints: [node.labels.stage == production] update_config: parallelism: 1 + resources: + limits: + memory: 1024M + cpus: '1.0' + reservations: + memory: 512M + cpus: '0.50' postgres: image: postgres:14-alpine3.19