From d37d9b35749a26cbcd934a40766ae0d2a891f219 Mon Sep 17 00:00:00 2001 From: Petrraa Date: Sat, 2 May 2026 17:58:22 +0200 Subject: [PATCH] increase replicas and resources for load test --- k8s/moj-servis/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/moj-servis/deployment.yaml b/k8s/moj-servis/deployment.yaml index 97a3108..0992798 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -54,5 +54,5 @@ spec: name: moj-servis-secret key: API_KEY resources: - requests: { memory: "128Mi", cpu: "200m" } - limits: { memory: "512Mi", cpu: "700m" } \ No newline at end of file + requests: { memory: "64Mi", cpu: "50m" } + limits: { memory: "128Mi", cpu: "200m" } \ No newline at end of file