From 628fa7de31843a250c57d8dc2a5199cc1e4aefd4 Mon Sep 17 00:00:00 2001 From: IvaCerkez Date: Mon, 25 May 2026 14:57:20 +0200 Subject: [PATCH] fix --- manifests/app/deployment.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 396b4bb..aafdb47 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -18,6 +18,15 @@ spec: containers: - name: fastapi-api image: ivacerkez/fastapi-postgres:1.0 + + resources: + requests: + cpu: "5m" + memory: "32Mi" + limits: + cpu: "10m" + memory: "64Mi" + ports: - containerPort: 8000 env: