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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user