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:
@@ -18,6 +18,7 @@ resources:
|
||||
cpu: 49m
|
||||
memory: 263Mi
|
||||
limits:
|
||||
cpu: null # Disable chart default (1 core)
|
||||
memory: 263Mi
|
||||
|
||||
# Falco configuration
|
||||
|
||||
Reference in New Issue
Block a user