From ff7c470c376ea01bf0324bfaeaa69f07e81025a7 Mon Sep 17 00:00:00 2001 From: Marijanela Date: Sat, 2 May 2026 14:50:51 +0200 Subject: [PATCH] =?UTF-8?q?pove=C4=87anje=20cpua=20i=20memorije?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 1b6d655..fc3f496 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -5,7 +5,7 @@ metadata: name: helloo-cicdd namespace: student-marijanela218 spec: - replicas: 1 + replicas: 3 selector: matchLabels: app: helloo-cicdd @@ -46,5 +46,5 @@ spec: - name: APP_VERSION value: "latest" resources: - requests: {cpu: 50m, memory: 64Mi} - limits: {cpu: 200m, memory: 128Mi} + requests: {cpu: 100m, memory: 128Mi} + limits: {cpu: 500m, memory: 256Mi}