Enable sidekick webui

This commit is contained in:
Jonny Ervine 2024-07-24 22:07:50 +08:00
parent 0406e675d1
commit 63b17ee9da
2 changed files with 1 additions and 3 deletions

View File

@ -1007,7 +1007,7 @@ testConnection:
webui: webui:
# -- enable Falcosidekick-UI # -- enable Falcosidekick-UI
enabled: false enabled: true
# -- number of running pods # -- number of running pods
replicaCount: 2 replicaCount: 2
# -- number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10) # -- number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10)

View File

@ -359,8 +359,6 @@ falcosidekick:
fullfqdn: false fullfqdn: false
# -- Listen port. Default value: 2801 # -- Listen port. Default value: 2801
listenPort: "" listenPort: ""
webui:
enabled: true
#################### ####################
# falcoctl config # # falcoctl config #