From 11497e98d9a2cbd578ed692ea29881341671ea45 Mon Sep 17 00:00:00 2001 From: Marijanela Date: Mon, 25 May 2026 22:59:29 +0200 Subject: [PATCH] resources --- manifests/app/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 4468061..e889faa 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -20,10 +20,10 @@ spec: image: git.fpmoz.sum.ba/dvasic/fastapi-todo-api:1.0 resources: requests: - cpu: "50m" + cpu: "10m" memory: "64Mi" limits: - cpu: "150m" + cpu: "50m" memory: "128Mi" ports: - containerPort: 8000