From 9d8a0554c8cc4ccc5e074a353d834c7c1f8a7969 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 26 Dec 2025 13:16:59 +0900 Subject: [PATCH] FIX(falco): set Falco CPU limit to null - Explicitly set CPU limit to null - Prevent throttling --- falco/argocd/falco.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/falco/argocd/falco.yaml b/falco/argocd/falco.yaml index d3d8596..f903f77 100644 --- a/falco/argocd/falco.yaml +++ b/falco/argocd/falco.yaml @@ -32,7 +32,7 @@ spec: cpu: 100m memory: 256Mi limits: - # cpu: removed to prevent throttling + cpu: null # Explicitly set to null to remove CPU throttling memory: 1Gi # Falco configuration