CHORE(authelia): disable falco-ui basic auth

- Use Authelia SSO instead
- Remove basic auth configuration
This commit is contained in:
2026-01-01 23:29:55 +09:00
parent 7abf679d5e
commit 7de57fc936

View File

@@ -117,6 +117,7 @@ falcosidekick:
webui: webui:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
disableauth: true # Disable basic auth - using Authelia SSO
service: service:
type: ClusterIP type: ClusterIP