From 4d2a0f5169a0b45fcaf8dbd1f87796b2f47bcc82 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 26 Dec 2025 22:15:31 +0900 Subject: [PATCH] PERF(cnpg): reduce cpu requests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - to allow cnpg join pod scheduling - Falco: 40m → 30m - Falcosidekick Web UI: 50m → 30m - Velero UI: 50m → 30m This frees up ~40m CPU on worker nodes to allow CNPG join pods (which request 500m) to be scheduled successfully. --- falco/helm-values/falco.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/falco/helm-values/falco.yaml b/falco/helm-values/falco.yaml index 05f431e..2e373eb 100644 --- a/falco/helm-values/falco.yaml +++ b/falco/helm-values/falco.yaml @@ -15,7 +15,7 @@ image: # Resource requests resources: requests: - cpu: 40m # Reduced from 50m for worker-node-2 CPU optimization (actual usage ~39m) + cpu: 30m # Reduced for CPU optimization to allow CNPG join pod scheduling memory: 256Mi # Falco configuration @@ -134,7 +134,7 @@ falcosidekick: resources: requests: - cpu: 50m + cpu: 30m memory: 128Mi limits: # cpu: removed to prevent throttling