PERF(postgresql): reduce PostgreSQL CPU request from 150m to 30m

- Reduce based on actual usage
- Optimize resource allocation
This commit is contained in:
2025-12-31 18:28:40 +09:00
parent 2a864417a5
commit a8e2034766

View File

@@ -19,7 +19,7 @@ spec:
resources: resources:
requests: requests:
memory: "512Mi" memory: "512Mi"
cpu: "150m" cpu: "30m" # Reduced from 150m (actual usage: 9-13m)
limits: limits:
memory: "2Gi" memory: "2Gi"
# cpu: no limit to prevent throttling # cpu: no limit to prevent throttling