From 71373d713225c8cc3cef17ec43e82e547ac95ce0 Mon Sep 17 00:00:00 2001 From: Petrraa Date: Mon, 25 May 2026 22:39:55 +0200 Subject: [PATCH] reduce resources for 3 replicas --- manifests/app/deployment.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index c54f102..0d0cea9 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -46,6 +46,13 @@ spec: secretKeyRef: name: postgres-secret key: POSTGRES_DB + resources: + requests: + cpu: "10m" + memory: "32Mi" + limits: + cpu: "50m" + memory: "64Mi" readinessProbe: httpGet: path: /health