diff --git a/falco/helm-values.yaml b/falco/helm-values.yaml index 68ec85e..c3a82a8 100644 --- a/falco/helm-values.yaml +++ b/falco/helm-values.yaml @@ -114,9 +114,9 @@ falcosidekick: # webhookurl: "" # minimumpriority: "warning" - # Falcosidekick Web UI (disabled to save ~535MB Redis memory) + # Falcosidekick Web UI webui: - enabled: false + enabled: true replicaCount: 1 service: @@ -141,6 +141,14 @@ falcosidekick: # cpu: removed to prevent throttling memory: 512Mi + redis: + resources: + requests: + cpu: 10m + memory: 64Mi + limits: + memory: 128Mi + # Use custom secret for authentication existingSecret: falco-ui-secret