PERF(falco): remove CPU limit for stability
- Remove CPU limit to prevent throttling
This commit is contained in:
@@ -12,13 +12,12 @@ image:
|
|||||||
repository: falcosecurity/falco
|
repository: falcosecurity/falco
|
||||||
tag: 0.40.0
|
tag: 0.40.0
|
||||||
|
|
||||||
# Resource settings (VPA lowerBound/upperBound)
|
# Resource settings (no CPU limit for stability)
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 34m
|
cpu: 34m
|
||||||
memory: 93Mi
|
memory: 93Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 53m
|
|
||||||
memory: 177Mi
|
memory: 177Mi
|
||||||
|
|
||||||
# Falco configuration
|
# Falco configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user