From acfc2dd51e8936bf4d999385ef135f7023a8ec9e Mon Sep 17 00:00:00 2001 From: Petrraa Date: Mon, 25 May 2026 21:30:51 +0200 Subject: [PATCH] reduce resources for 3 replicas --- manifests/app/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index aefd452..8c80477 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -48,11 +48,11 @@ spec: key: POSTGRES_DB resources: requests: + cpu: 1m + memory: 8Mi + limits: cpu: 5m memory: 16Mi - limits: - cpu: 20m - memory: 32Mi readinessProbe: httpGet: path: /health