From a695eb309d19879f863902b6e91f9ead73175d7e Mon Sep 17 00:00:00 2001 From: Petrraa Date: Mon, 25 May 2026 22:54:40 +0200 Subject: [PATCH] Revert "reduce resources for 3 replicas" This reverts commit 71373d713225c8cc3cef17ec43e82e547ac95ce0. --- manifests/app/deployment.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 0d0cea9..c54f102 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -46,13 +46,6 @@ spec: secretKeyRef: name: postgres-secret key: POSTGRES_DB - resources: - requests: - cpu: "10m" - memory: "32Mi" - limits: - cpu: "50m" - memory: "64Mi" readinessProbe: httpGet: path: /health