From 87b16d13e3c122d74f78b192da7eda7c87850652 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Tue, 30 Dec 2025 21:07:54 +0900 Subject: [PATCH] FEAT(falco): configure falco redis - with 200mb maxmemory and lru eviction --- falco/helm-values.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/falco/helm-values.yaml b/falco/helm-values.yaml index c3a82a8..fe52f5d 100644 --- a/falco/helm-values.yaml +++ b/falco/helm-values.yaml @@ -142,12 +142,16 @@ falcosidekick: memory: 512Mi redis: + storageEnabled: false resources: requests: cpu: 10m memory: 64Mi limits: - memory: 128Mi + memory: 256Mi + extraArgs: + - "--maxmemory 200mb" + - "--maxmemory-policy allkeys-lru" # Use custom secret for authentication existingSecret: falco-ui-secret