From 5aa08767c85ac6ff254f092bc4b95394497567e6 Mon Sep 17 00:00:00 2001 From: Marta Bulic Date: Thu, 21 May 2026 18:07:24 +0200 Subject: [PATCH] fix quota issue - scale moj-servis to 0 --- k8s/moj-servis/deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/k8s/moj-servis/deployment.yaml b/k8s/moj-servis/deployment.yaml index a93b22b..8be9315 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: 0 selector: matchLabels: @@ -43,8 +43,8 @@ spec: resources: requests: - memory: "64Mi" - cpu: "50m" + memory: "32Mi" + cpu: "20m" limits: - memory: "128Mi" - cpu: "100m" \ No newline at end of file + memory: "64Mi" + cpu: "50m" \ No newline at end of file