PERF(postgresql): reduce PostgreSQL CPU request from 150m to 30m
- Reduce based on actual usage - Optimize resource allocation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user