From cf2fe51da39b8103df132d58a32c7233e722f64b Mon Sep 17 00:00:00 2001 From: Petrraa Date: Mon, 25 May 2026 21:42:53 +0200 Subject: [PATCH] reduce resources for 3 replicas --- manifests/app/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 43e2788..06fe532 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -46,7 +46,9 @@ spec: secretKeyRef: name: postgres-secret key: POSTGRES_DB - cpu: 1m + resources: + requests: + cpu: 1m readinessProbe: httpGet: path: /health