From ea4d7d4ecf8c5e999c167afa57317207a217cb6a Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 8 Jan 2026 20:47:16 +0900 Subject: [PATCH] PERF(prometheus): reduce CPU request from 200m to 50m - Actual usage is ~17m, 200m was over-provisioned - Fixes "Insufficient cpu" scheduling error for replica 2 --- prometheus/helm-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/helm-values.yaml b/prometheus/helm-values.yaml index 80e5118..d611665 100644 --- a/prometheus/helm-values.yaml +++ b/prometheus/helm-values.yaml @@ -83,7 +83,7 @@ prometheus: resources: requests: - cpu: 200m + cpu: 50m memory: 512Mi limits: memory: 768Mi