smtp for authelia
This commit is contained in:
@@ -13,6 +13,10 @@ pod:
|
||||
- name: config-oidc
|
||||
secret:
|
||||
secretName: authelia-oidc
|
||||
- name: config-smtp
|
||||
secret:
|
||||
secretName: authelia-smtp
|
||||
|
||||
extraVolumeMounts:
|
||||
- name: config-ldap
|
||||
mountPath: /extra-config/ldap.yml
|
||||
@@ -20,6 +24,9 @@ pod:
|
||||
- name: config-oidc
|
||||
mountPath: /extra-config/oidc.yml
|
||||
readOnly: true
|
||||
- name: config-smtp
|
||||
mountPath: /extra-config/smtp.yml
|
||||
readOnly: true
|
||||
|
||||
|
||||
##
|
||||
@@ -36,23 +43,18 @@ configMap:
|
||||
extraConfigs:
|
||||
- /extra-config/ldap.yml
|
||||
- /extra-config/oidc.yml
|
||||
- /extra-config/smtp.yml
|
||||
|
||||
session:
|
||||
cookies:
|
||||
- name: authelia_session
|
||||
domain: auth.kluster.moll.re
|
||||
storage:
|
||||
encryption:
|
||||
key: 'anotherlongerpasswordtomakeyouhappy'
|
||||
encryption_key:
|
||||
value: 'authelia-encryption-key'
|
||||
local:
|
||||
enabled: true
|
||||
file: /config/db.sqlite3
|
||||
notifier:
|
||||
filesystem:
|
||||
enabled: true
|
||||
filename: /config/notification.txt
|
||||
|
||||
|
||||
|
||||
|
||||
##
|
||||
|
Reference in New Issue
Block a user