From a071003415aa3dbef4301cfb29e83d50510df0f2 Mon Sep 17 00:00:00 2001 From: Petrraa Date: Mon, 25 May 2026 23:35:19 +0200 Subject: [PATCH] . --- manifests/app/deployment.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 5ed3193..177365a 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -53,6 +53,13 @@ spec: secretKeyRef: name: postgres-secret key: POSTGRES_DB + resources: + requests: + cpu: "10m" + memory: "32Mi" + limits: + cpu: "50m" + memory: "64Mi" readinessProbe: httpGet: path: /health