From 1cd89f6baeb50e101929de426060534c3de26a9f Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 3 Jan 2026 11:13:51 +0900 Subject: [PATCH] REFACTOR(falco): remove CPU limit - Set cpu: null to override chart default (1 core) - Prevents CPU throttling under high load --- falco/helm-values.yaml | 1 + trivy/helm-values.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/falco/helm-values.yaml b/falco/helm-values.yaml index cee13a0..53de8bb 100644 --- a/falco/helm-values.yaml +++ b/falco/helm-values.yaml @@ -18,6 +18,7 @@ resources: cpu: 30m memory: 256Mi limits: + cpu: null # Remove CPU limit to prevent throttling (chart default is 1 core) memory: 512Mi # Prevent OOM # Falco configuration diff --git a/trivy/helm-values.yaml b/trivy/helm-values.yaml index c045af9..5c2789e 100644 --- a/trivy/helm-values.yaml +++ b/trivy/helm-values.yaml @@ -60,7 +60,7 @@ trivy: cpu: 50m memory: 128Mi limits: - # cpu: removed to prevent throttling + cpu: null # Remove CPU limit to prevent throttling (chart default is 500m) memory: 768Mi # Increased from 500M to prevent OOM during scans # 스캔 작업 설정