From bafaad377a4a36606e40f2c35d03104a6e382ba9 Mon Sep 17 00:00:00 2001 From: IvaCerkez Date: Mon, 25 May 2026 22:01:26 +0200 Subject: [PATCH] fixed --- manifests/app/deployment.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 2a2a7ef..227e725 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -19,14 +19,7 @@ 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: - containerPort: 8000