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