From 94dcb7d58551a8b0abd4680bd2e89d4f6df3f860 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sun, 4 Jan 2026 02:03:06 +0900 Subject: [PATCH] FEAT(falco): add 6h TTL to sidekick-ui - to prevent Redis OOM - Events older than 6 hours are auto-deleted - Prevents linear memory growth in Redis --- falco/helm-values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/falco/helm-values.yaml b/falco/helm-values.yaml index 53de8bb..cebde56 100644 --- a/falco/helm-values.yaml +++ b/falco/helm-values.yaml @@ -143,6 +143,7 @@ falcosidekick: enabled: true replicaCount: 1 disableauth: true # Disable basic auth - using Authelia SSO + ttl: 21600 # 6 hours - events older than this are auto-deleted service: type: ClusterIP