From 92cf92c3a1ee5a339130d6a59dbf37b6ec80f4b1 Mon Sep 17 00:00:00 2001 From: Marta Bulic Date: Thu, 21 May 2026 17:41:42 +0200 Subject: [PATCH] enable fastapi deployment after quota fix --- 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 c51a910..45be542 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -7,7 +7,7 @@ metadata: argocd.argoproj.io/sync-wave: "1" spec: - replicas: 0 + replicas: 1 selector: matchLabels: @@ -28,7 +28,7 @@ spec: cpu: "5m" memory: "32Mi" limits: - cpu: "20m" + cpu: "10m" memory: "64Mi" ports: