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:
CTO Agent 2026-07-26 12:14:42 +00:00
parent 2c8a7ca1e8
commit 3d0d5f3f3a

View file

@ -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: /