mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +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:
|
configMapGenerator:
|
||||||
- name: consent
|
- name: consent
|
||||||
namespace: authelia
|
namespace: authelia
|
||||||
files:
|
files: [ ./locales/en/consent.json ]
|
||||||
- ./locales/en/consent.json
|
- name: grafana-dashboard
|
||||||
|
namespace: authelia
|
||||||
|
files: [ ./dashboards/simple.json ]
|
||||||
|
options:
|
||||||
|
annotations: { grafana_folder: "Authelia" }
|
||||||
|
labels: { grafana_dashboard: "1" }
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- ns.yaml
|
- ns.yaml
|
||||||
|
|||||||
@@ -27,7 +27,14 @@ configMap:
|
|||||||
default_2fa_method: totp
|
default_2fa_method: totp
|
||||||
theme: dark
|
theme: dark
|
||||||
log:
|
log:
|
||||||
level: debug
|
level: info
|
||||||
|
|
||||||
|
telemetry:
|
||||||
|
metrics:
|
||||||
|
enabled: true
|
||||||
|
port: 9959
|
||||||
|
serviceMonitor:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
access_control:
|
access_control:
|
||||||
default_policy: deny
|
default_policy: deny
|
||||||
|
|||||||
Reference in New Issue
Block a user