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