FIX(falco): set Falco CPU limit to null

- Explicitly set CPU limit to null
- Prevent throttling
This commit is contained in:
2025-12-26 13:16:59 +09:00
parent 5c0e5364b9
commit 9d8a0554c8

View File

@@ -32,7 +32,7 @@ spec:
cpu: 100m
memory: 256Mi
limits:
# cpu: removed to prevent throttling
cpu: null # Explicitly set to null to remove CPU throttling
memory: 1Gi
# Falco configuration