FIX(postgresql): pg-dev CPU throttling by moving
- resources to... - Move resources config under primary.resources (Bitnami chart structure) - Set CPU limit to null to prevent throttling (was 39% throttled) - CPU request: 30m, Memory limit: 256Mi
This commit is contained in:
@@ -22,14 +22,13 @@ primary:
|
||||
enabled: true
|
||||
size: 1Gi
|
||||
storageClass: local-path-retain
|
||||
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
cpu: "30m" # Reduced to 30% of original (100m -> 30m)
|
||||
memory: "128Mi"
|
||||
cpu: "30m"
|
||||
limits:
|
||||
cpu: null
|
||||
memory: null
|
||||
memory: "256Mi"
|
||||
|
||||
metrics:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user