From e4094342635ecf0905cf732e0037a6c387399df2 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 5 Jun 2024 18:19:29 -0400 Subject: [PATCH] feat(authentik): add email support --- cluster/apps/authentik/helm-release.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/cluster/apps/authentik/helm-release.yaml b/cluster/apps/authentik/helm-release.yaml index 462982e..89e81ef 100644 --- a/cluster/apps/authentik/helm-release.yaml +++ b/cluster/apps/authentik/helm-release.yaml @@ -88,4 +88,14 @@ spec: name: "authentik" # database name user: "authentik" redis: - host: "redis-master.database" \ No newline at end of file + 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} \ No newline at end of file