From 99ab720835d105eb56e01ebbb650888fe542fb46 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 12 Jan 2026 02:42:36 +0900 Subject: [PATCH] FIX(falco): explicitly set cpu limit to null - Helm chart has default CPU limit of 1000m - Must explicitly set to null to remove it --- falco/helm-values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/falco/helm-values.yaml b/falco/helm-values.yaml index 1793834..d1dcd68 100644 --- a/falco/helm-values.yaml +++ b/falco/helm-values.yaml @@ -18,6 +18,7 @@ resources: cpu: 34m memory: 93Mi limits: + cpu: null memory: 177Mi # Falco configuration