From 55b3979f509d6a1040c847dfbd5579ce37ec6385 Mon Sep 17 00:00:00 2001 From: Marta Bulic Date: Sun, 3 May 2026 15:08: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 7b34df2..6b53f32 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -44,7 +44,7 @@ spec: resources: requests: memory: "64Mi" - cpu: "100m" + cpu: "50m" limits: memory: "128Mi" - cpu: "300m" \ No newline at end of file + cpu: "150m" \ No newline at end of file