From 46c86e97ad8c3093d7e2da2cb490bdf85bc2c67f Mon Sep 17 00:00:00 2001 From: Marija Musa Date: Wed, 20 May 2026 00:30:52 +0200 Subject: [PATCH] fix: lower fastapi cpu quota --- manifests/app/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 139dbbb..f446a4a 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -61,8 +61,8 @@ spec: resources: requests: - cpu: "25m" - memory: "64Mi" + cpu: "5m" + memory: "32Mi" limits: - cpu: "50m" - memory: "128Mi" \ No newline at end of file + cpu: "10m" + memory: "64Mi" \ No newline at end of file