Reduce Pangolin resource requests for initial deployment
Cluster nodes are at 93-99% memory capacity. Reduced requests from 512Mi to 256Mi and CPU from 200m to 100m to allow pod scheduling. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
2c8a7ca1e8
commit
3d0d5f3f3a
1 changed files with 4 additions and 4 deletions
|
|
@ -74,11 +74,11 @@ spec:
|
|||
mountPath: /data
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "200m"
|
||||
memory: "256Mi"
|
||||
cpu: "100m"
|
||||
limits:
|
||||
memory: "2Gi"
|
||||
cpu: "1000m"
|
||||
memory: "1Gi"
|
||||
cpu: "500m"
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue