PERF(falco): remove CPU limit for stability

- Remove CPU limit to prevent throttling
This commit is contained in:
2026-01-12 02:01:14 +09:00
parent eba6d898ba
commit e5ca2a3f36

View File

@@ -12,13 +12,12 @@ image:
repository: falcosecurity/falco
tag: 0.40.0
# Resource settings (VPA lowerBound/upperBound)
# Resource settings (no CPU limit for stability)
resources:
requests:
cpu: 34m
memory: 93Mi
limits:
cpu: 53m
memory: 177Mi
# Falco configuration