From f13e37522298b200b38696c080a6c407e3b0b3e6 Mon Sep 17 00:00:00 2001 From: Marija Musa Date: Mon, 25 May 2026 22:57:53 +0200 Subject: [PATCH] fix fastapi deployment --- manifests/app/deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 9b34f93..a942fa6 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -6,7 +6,7 @@ metadata: annotations: argocd.argoproj.io/sync-wave: "1" spec: - replicas: 0 + replicas: 1 selector: matchLabels: app: fastapi-api @@ -61,8 +61,8 @@ spec: resources: requests: - cpu: "1m" - memory: "16Mi" + cpu: "100m" + memory: "128Mi" limits: - cpu: "1m" - memory: "32Mi" \ No newline at end of file + cpu: "500m" + memory: "256Mi" \ No newline at end of file