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
|
cpu: 100m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
|
cpu: "100" # Very high limit (effectively unlimited)
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
|
|
||||||
# Falco configuration
|
# Falco configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user