CHORE(falco): set Falco CPU limit to empty string
- Override Helm default CPU limit - Prevent throttling
This commit is contained in:
@@ -32,6 +32,7 @@ spec:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: "100" # Very high limit (effectively unlimited)
|
||||
memory: 1Gi
|
||||
|
||||
# Falco configuration
|
||||
|
||||
Reference in New Issue
Block a user