From cf4991cc8d8110b0a30215b4a77e21a5a39e7520 Mon Sep 17 00:00:00 2001 From: IvaCerkez Date: Mon, 25 May 2026 15:44:46 +0200 Subject: [PATCH] fix cpu quota for fastapi deploy --- 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 aafdb47..8647cca 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -21,10 +21,10 @@ spec: resources: requests: - cpu: "5m" + cpu: "1m" memory: "32Mi" limits: - cpu: "10m" + cpu: "5m" memory: "64Mi" ports: