CHORE(falco): set Falco CPU limit to empty string

- Override Helm default CPU limit
- Prevent throttling
This commit is contained in:
2025-12-26 17:27:01 +09:00
parent 1408000e4c
commit fa98684528

View File

@@ -32,6 +32,7 @@ spec:
cpu: 100m cpu: 100m
memory: 256Mi memory: 256Mi
limits: limits:
cpu: "" # Empty string to override Helm chart default
memory: 1Gi memory: 1Gi
# Falco configuration # Falco configuration