smtp for authelia

This commit is contained in:
2024-10-05 14:07:06 +02:00
parent 888bd97c97
commit 37532f10ce
3 changed files with 27 additions and 8 deletions

View File

@@ -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
##