From 3d0d5f3f3a4dcc5f04806b0d0c6abe1973278cac Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 26 Jul 2026 12:14:42 +0000 Subject: [PATCH] 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 --- apps/pangolin/pangolin-deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/pangolin/pangolin-deployment.yaml b/apps/pangolin/pangolin-deployment.yaml index d31ad54..4304687 100644 --- a/apps/pangolin/pangolin-deployment.yaml +++ b/apps/pangolin/pangolin-deployment.yaml @@ -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: /