From da0c1c039e4f52a808039241cd1c5158ab3c4a19 Mon Sep 17 00:00:00 2001 From: Stanislav Rassokhin Date: Wed, 13 Dec 2023 01:55:40 +0400 Subject: [PATCH] increase resources limit --- build/production/core-api/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/production/core-api/deployment.yaml b/build/production/core-api/deployment.yaml index 1585c6eef..3255a8476 100644 --- a/build/production/core-api/deployment.yaml +++ b/build/production/core-api/deployment.yaml @@ -26,7 +26,7 @@ spec: memory: "384Mi" cpu: "0.2" limits: - memory: "512Mi" - cpu: "0.5" + memory: "700Mi" + cpu: "0.75" ports: - containerPort: 80