FIX(falco): explicitly set cpu limit to null

- Helm chart has default CPU limit of 1000m
- Must explicitly set to null to remove it
This commit is contained in:
2026-01-12 02:42:36 +09:00
parent ac4cd12c73
commit 99ab720835

View File

@@ -18,6 +18,7 @@ resources:
cpu: 34m cpu: 34m
memory: 93Mi memory: 93Mi
limits: limits:
cpu: null
memory: 177Mi memory: 177Mi
# Falco configuration # Falco configuration