From de43865f307836b0ecf72cf450b8b29647e3335a Mon Sep 17 00:00:00 2001 From: Marta Bulic Date: Thu, 21 May 2026 17:39:35 +0200 Subject: [PATCH] fix cpu quota issue --- 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 fe6419a..a93b22b 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -5,7 +5,7 @@ metadata: namespace: student-martabulic spec: - replicas: 2 + replicas: 1 selector: matchLabels: @@ -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: "100m" \ No newline at end of file