feat(authentik): add email support
This commit is contained in:
parent
8a9d5597d7
commit
e409434263
|
@ -89,3 +89,13 @@ spec:
|
||||||
user: "authentik"
|
user: "authentik"
|
||||||
redis:
|
redis:
|
||||||
host: "redis-master.database"
|
host: "redis-master.database"
|
||||||
|
|
||||||
|
email:
|
||||||
|
host: exim.default
|
||||||
|
port: 8025
|
||||||
|
username: ""
|
||||||
|
password: ""
|
||||||
|
use_tls: false
|
||||||
|
use ssl: false
|
||||||
|
timeout: 30
|
||||||
|
from: karasu@${SECRET_NEW_DOMAIN}
|
Loading…
Reference in New Issue