From 411e23b13e585131fa240fa21957e3db9f57107f Mon Sep 17 00:00:00 2001 From: IvaCerkez Date: Mon, 25 May 2026 21:47:30 +0200 Subject: [PATCH] fix: enable stable 2 replicas under quota --- manifests/app/deployment.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 7d628ff..2a2a7ef 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -19,6 +19,13 @@ spec: - name: fastapi-api image: git.fpmoz.sum.ba/dvasic/fastapi-todo-api:1.0 + resources: + requests: + cpu: "50m" + memory: "64Mi" + limits: + cpu: "100m" + memory: "128Mi" ports: