From 531d1713b387da0faf0ed5023060e5281f44b4a9 Mon Sep 17 00:00:00 2001 From: Petrraa Date: Mon, 25 May 2026 21:24:49 +0200 Subject: [PATCH] reduce resources for 3 replicas --- 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 31dc351..aefd452 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -48,11 +48,11 @@ spec: key: POSTGRES_DB resources: requests: - cpu: 10m - memory: 32Mi + cpu: 5m + memory: 16Mi limits: - cpu: 50m - memory: 64Mi + cpu: 20m + memory: 32Mi readinessProbe: httpGet: path: /health