From d659949c9815af939f8911711ee519548345ae3a Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Tue, 16 Dec 2025 17:56:44 +1100 Subject: [PATCH] Removed cpu limits to avoid hitting overall cluster limits --- postgres-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres-deployment.yaml b/postgres-deployment.yaml index 7c3d15e..538d85f 100644 --- a/postgres-deployment.yaml +++ b/postgres-deployment.yaml @@ -25,8 +25,8 @@ spec: name: postgres resources: limits: - cpu: "2" - memory: 2Gi + #cpu: "2" + #memory: 2Gi requests: cpu: "1" memory: 1Gi