From ea5f129de39f22832a73c4c78a4b23036f05c526 Mon Sep 17 00:00:00 2001 From: Leonarda Prusina Date: Fri, 1 May 2026 16:16:37 +0200 Subject: [PATCH] scale deployment test --- 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 61c9283..403b6d1 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -4,7 +4,7 @@ metadata: name: moj-servis namespace: student-leonarda11 spec: - replicas: 1 + replicas: 3 selector: matchLabels: app: moj-servis @@ -57,8 +57,8 @@ spec: resources: requests: - memory: "64Mi" - cpu: "50m" - limits: memory: "128Mi" - cpu: "200m" \ No newline at end of file + cpu: "150m" + limits: + memory: "256Mi" + cpu: "500m" \ No newline at end of file