From e84296abb6195a3819cfd9661dff6e5cb0231fa1 Mon Sep 17 00:00:00 2001 From: Petrraa Date: Mon, 25 May 2026 22:18:28 +0200 Subject: [PATCH] reduce resources for 3 replicas --- manifests/app/deployment.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 8b1b6f8..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: 1m - memory: 8Mi - limits: - cpu: 1m - memory: 8Mi readinessProbe: httpGet: path: /health