From b96f13ab49d8991d81ce944e84602cee68f71c7f Mon Sep 17 00:00:00 2001 From: Marta Bulic Date: Sun, 3 May 2026 15:37:30 +0200 Subject: [PATCH] increase cpu limits for load test --- k8s/moj-servis/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/moj-servis/deployment.yaml b/k8s/moj-servis/deployment.yaml index 6b53f32..fe6419a 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -5,7 +5,7 @@ metadata: namespace: student-martabulic spec: - replicas: 1 + replicas: 2 selector: matchLabels: @@ -44,7 +44,7 @@ spec: resources: requests: memory: "64Mi" - cpu: "50m" + cpu: "100m" limits: memory: "128Mi" - cpu: "150m" \ No newline at end of file + cpu: "300m" \ No newline at end of file