REFACTOR(falco): remove CPU limit

- Set cpu: null to override chart default (1 core)
- Prevents CPU throttling under high load
This commit is contained in:
2026-01-03 11:13:51 +09:00
parent bce1bdf12b
commit 1cd89f6bae
2 changed files with 2 additions and 1 deletions

View File

@@ -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
# 스캔 작업 설정