mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +00:00
feat(authelia): add metrics and grafana dashboard
Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -5,8 +5,13 @@ namespace: authelia
|
||||
configMapGenerator:
|
||||
- name: consent
|
||||
namespace: authelia
|
||||
files:
|
||||
- ./locales/en/consent.json
|
||||
files: [ ./locales/en/consent.json ]
|
||||
- name: grafana-dashboard
|
||||
namespace: authelia
|
||||
files: [ ./dashboards/simple.json ]
|
||||
options:
|
||||
annotations: { grafana_folder: "Authelia" }
|
||||
labels: { grafana_dashboard: "1" }
|
||||
|
||||
resources:
|
||||
- ns.yaml
|
||||
|
||||
@@ -27,7 +27,14 @@ configMap:
|
||||
default_2fa_method: totp
|
||||
theme: dark
|
||||
log:
|
||||
level: debug
|
||||
level: info
|
||||
|
||||
telemetry:
|
||||
metrics:
|
||||
enabled: true
|
||||
port: 9959
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
|
||||
access_control:
|
||||
default_policy: deny
|
||||
|
||||
Reference in New Issue
Block a user