FIX(falco): re-enable falco webui

- with redis memory limit 128mi
This commit is contained in:
2025-12-30 21:07:09 +09:00
parent 26e40d234a
commit 27d1e5c4b1

View File

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