FIX(falco): re-enable auto-sync

- for falco and use Helm chart defaults
Let Helm chart apply default CPU limits like other apps.
This commit is contained in:
2025-12-26 17:48:30 +09:00
parent d6b9fe6a01
commit 6e1304f703

View File

@@ -32,7 +32,6 @@ spec:
cpu: 100m
memory: 256Mi
limits:
cpu: "100" # Very high limit (effectively unlimited)
memory: 1Gi
# Falco configuration
@@ -87,11 +86,10 @@ spec:
namespace: falco
syncPolicy:
# Auto-sync disabled to allow manual CPU limit removal
# automated:
# prune: true
# selfHeal: true
# allowEmpty: false
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- CreateNamespace=true