From e5ca2a3f36527040271e6c3bccebb3c6974c0304 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 12 Jan 2026 02:01:14 +0900 Subject: [PATCH] PERF(falco): remove CPU limit for stability - Remove CPU limit to prevent throttling --- falco/helm-values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/falco/helm-values.yaml b/falco/helm-values.yaml index 103ae9e..a52903c 100644 --- a/falco/helm-values.yaml +++ b/falco/helm-values.yaml @@ -12,13 +12,12 @@ image: repository: falcosecurity/falco tag: 0.40.0 -# Resource settings (VPA lowerBound/upperBound) +# Resource settings (no CPU limit for stability) resources: requests: cpu: 34m memory: 93Mi limits: - cpu: 53m memory: 177Mi # Falco configuration