From 9bdb035d93672042ff4d339ba3abf66c33804b38 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 26 Dec 2025 09:50:40 +0900 Subject: [PATCH] PERF(falco): reduce Falco resource requests - Reduce CPU/memory requests for worker-node-2 optimization - Free up resources --- falco/helm-values/falco.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/falco/helm-values/falco.yaml b/falco/helm-values/falco.yaml index 78f378a..9db4722 100644 --- a/falco/helm-values/falco.yaml +++ b/falco/helm-values/falco.yaml @@ -15,11 +15,8 @@ image: # Resource requests resources: requests: - cpu: 100m + cpu: 50m memory: 256Mi - limits: - cpu: 1000m - memory: 1Gi # Falco configuration falco: