From c1130fddcd8975f88730c8e9806c3a1d982e6bd9 Mon Sep 17 00:00:00 2001 From: Petrraa Date: Mon, 25 May 2026 21:58:13 +0200 Subject: [PATCH] reduce resources for 3 replicas --- manifests/app/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index d102d13..45f077d 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -50,6 +50,10 @@ spec: requests: cpu: 1m memory: 8Mi + limits: + limits: + cpu: 1m + memory: 8Mi readinessProbe: httpGet: path: /health