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