From 342b426049d03f1b72614b18bec92768a01469ec Mon Sep 17 00:00:00 2001 From: Marija Musa Date: Wed, 20 May 2026 00:37:30 +0200 Subject: [PATCH] fix: reduce fastapi resources again --- 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 f446a4a..0d80291 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -61,8 +61,8 @@ spec: resources: requests: - cpu: "5m" - memory: "32Mi" + cpu: "1m" + memory: "16Mi" limits: - cpu: "10m" - memory: "64Mi" \ No newline at end of file + cpu: "2m" + memory: "32Mi" \ No newline at end of file