From a8e203476678cebd16aceca93566b1fa935544ee Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 31 Dec 2025 18:28:40 +0900 Subject: [PATCH] PERF(postgresql): reduce PostgreSQL CPU request from 150m to 30m - Reduce based on actual usage - Optimize resource allocation --- postgresql/manifests/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/manifests/cluster.yaml b/postgresql/manifests/cluster.yaml index 727527d..ee74cd3 100644 --- a/postgresql/manifests/cluster.yaml +++ b/postgresql/manifests/cluster.yaml @@ -19,7 +19,7 @@ spec: resources: requests: memory: "512Mi" - cpu: "150m" + cpu: "30m" # Reduced from 150m (actual usage: 9-13m) limits: memory: "2Gi" # cpu: no limit to prevent throttling