From 7a88a823a965aad3190284ab613f31dc243db7e7 Mon Sep 17 00:00:00 2001 From: MihaelJanjic Date: Sun, 3 May 2026 00:26:05 +0000 Subject: [PATCH] cpu --- 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 0140855..d2e5272 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -54,7 +54,7 @@ spec: resources: requests: memory: "64Mi" - cpu: "50m" + cpu: "10m" limits: memory: "128Mi" - cpu: "200m" \ No newline at end of file + cpu: "100m" \ No newline at end of file