Add email to authentik
This commit is contained in:
parent
40e4e8b13e
commit
6c1f8d6411
|
@ -32,6 +32,11 @@ spec:
|
||||||
host: "10.244.87.21"
|
host: "10.244.87.21"
|
||||||
name: "authentik"
|
name: "authentik"
|
||||||
user: "authentik"
|
user: "authentik"
|
||||||
|
email:
|
||||||
|
host: smpt-relay.google.com
|
||||||
|
port: 587
|
||||||
|
use-tls: true
|
||||||
|
from: "Authentik auth@voidcorp.nl"
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
|
|
Loading…
Reference in a new issue