From 9312b16856630eb972a1cf9621d61f6fae25809a Mon Sep 17 00:00:00 2001 From: Petrraa Date: Mon, 25 May 2026 21:39:03 +0200 Subject: [PATCH] reduce resources for 3 replicas --- manifests/app/deployment.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 8c80477..43e2788 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -46,13 +46,7 @@ spec: secretKeyRef: name: postgres-secret key: POSTGRES_DB - resources: - requests: - cpu: 1m - memory: 8Mi - limits: - cpu: 5m - memory: 16Mi + cpu: 1m readinessProbe: httpGet: path: /health