FIX(security): remove CPU limits from falco and trivy

- falco: set cpu: null to disable chart default (1 core)
- trivy: set cpu: null for operator and scan jobs (500m default)
This commit is contained in:
2026-01-08 00:33:13 +09:00
parent 31007c5586
commit c24313154d
2 changed files with 3 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ resources:
cpu: 49m
memory: 263Mi
limits:
cpu: null # Disable chart default (1 core)
memory: 263Mi
# Falco configuration