From d6967a79c242345fcc078f37d1554e0d0df1dfcc Mon Sep 17 00:00:00 2001 From: Marta Bulic Date: Sun, 3 May 2026 14:46:19 +0200 Subject: [PATCH] increase cpu limits for load test --- k8s/moj-servis/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/moj-servis/deployment.yaml b/k8s/moj-servis/deployment.yaml index 47f4963..7b34df2 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -44,7 +44,7 @@ spec: resources: requests: memory: "64Mi" - cpu: "50m" + cpu: "100m" limits: memory: "128Mi" - cpu: "200m" \ No newline at end of file + cpu: "300m" \ No newline at end of file