FIX(falco): set Falco CPU limit to null
- Explicitly set CPU limit to null - Prevent throttling
This commit is contained in:
@@ -32,7 +32,7 @@ spec:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
# cpu: removed to prevent throttling
|
||||
cpu: null # Explicitly set to null to remove CPU throttling
|
||||
memory: 1Gi
|
||||
|
||||
# Falco configuration
|
||||
|
||||
Reference in New Issue
Block a user