From 4a452333dc516de5e90d55ba0bdf29efa0ce92a1 Mon Sep 17 00:00:00 2001 From: Petrraa Date: Mon, 25 May 2026 21:52:55 +0200 Subject: [PATCH] reduce resources for 3 replicas --- manifests/app/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 06fe532..d102d13 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -49,6 +49,7 @@ spec: resources: requests: cpu: 1m + memory: 8Mi readinessProbe: httpGet: path: /health