From 5c0e5364b91bd9490a89a39df924ccd58adf3bb6 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 26 Dec 2025 12:32:29 +0900 Subject: [PATCH] REFACTOR(resources): remove cpu limits - from infrastructure components - velero-ui: Remove 200m CPU limit - metallb controller: Remove 100m CPU limit - metallb speaker: Remove 100m CPU limit (300m total across 3 nodes) - falco: Remove 1000m CPU limit (3000m total across 3 nodes) Total CPU limits removed: ~3600m This eliminates CPU throttling and reduces CPU limits overcommit from 131% to 0%. --- 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 28400f3..d3d8596 100644 --- a/falco/argocd/falco.yaml +++ b/falco/argocd/falco.yaml @@ -32,7 +32,7 @@ spec: cpu: 100m memory: 256Mi limits: - cpu: 1000m + # cpu: removed to prevent throttling memory: 1Gi # Falco configuration