From 7bec5c65dc1eab591d63bc9c894c42f727507fce Mon Sep 17 00:00:00 2001 From: Marija Musa Date: Mon, 25 May 2026 23:05:22 +0200 Subject: [PATCH] switch to fastapi-api --- 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 a942fa6..e333883 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -61,8 +61,8 @@ spec: resources: requests: - cpu: "100m" - memory: "128Mi" + cpu: "1m" + memory: "32Mi" limits: - cpu: "500m" - memory: "256Mi" \ No newline at end of file + cpu: "50m" + memory: "64Mi" \ No newline at end of file