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
|
cpu: 100m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
# cpu: removed to prevent throttling
|
cpu: null # Explicitly set to null to remove CPU throttling
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
|
|
||||||
# Falco configuration
|
# Falco configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user