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 mountPath: /data
resources: resources:
requests: requests:
memory: "512Mi" memory: "256Mi"
cpu: "200m" cpu: "100m"
limits: limits:
memory: "2Gi" memory: "1Gi"
cpu: "1000m" cpu: "500m"
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /