mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
refactor(platform)!: remove Authelia
This commit is contained in:
parent
2405f87a57
commit
1c64fca009
@ -1,7 +0,0 @@
|
||||
apiVersion: v2
|
||||
name: authelia
|
||||
version: 0.5.6
|
||||
dependencies:
|
||||
- name: authelia
|
||||
version: 0.5.6
|
||||
repository: https://charts.authelia.com
|
@ -1,26 +0,0 @@
|
||||
# TODO use redis and postgres when available
|
||||
authelia:
|
||||
pod:
|
||||
kind: StatefulSet
|
||||
configMap:
|
||||
authentication_backend:
|
||||
ldap:
|
||||
enabled: false
|
||||
file:
|
||||
enabled: true
|
||||
password:
|
||||
algorithm: sha512
|
||||
iterations: 100000
|
||||
session:
|
||||
redis:
|
||||
enabled: false
|
||||
storage:
|
||||
local:
|
||||
enabled: true
|
||||
postgres:
|
||||
enabled: false
|
||||
notifier:
|
||||
filesystem:
|
||||
enabled: true
|
||||
smtp:
|
||||
enabled: false
|
Loading…
Reference in New Issue
Block a user