From f9e8029e5727be5fae0d38fbc0d93ae2a0152fc2 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Wed, 23 Nov 2022 00:19:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20joplin=20smtp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cluster-0/apps/web-tools/joplin/helm-release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kubernetes/cluster-0/apps/web-tools/joplin/helm-release.yaml b/kubernetes/cluster-0/apps/web-tools/joplin/helm-release.yaml index 41bcfd620..a386f40b0 100644 --- a/kubernetes/cluster-0/apps/web-tools/joplin/helm-release.yaml +++ b/kubernetes/cluster-0/apps/web-tools/joplin/helm-release.yaml @@ -37,6 +37,12 @@ spec: POSTGRES_HOST: postgres-rw.default.svc.cluster.local. POSTGRES_PORT: 5432 POSTGRES_DATABASE: joplin + MAILER_ENABLED: 1 + MAILER_HOST: smtp-relay.default.svc.cluster.local. + MAILER_PORT: 2525 + MAILER_SECURITY: none + MAILER_NOREPLY_NAME: JoplinServer + MAILER_NOREPLY_EMAIL: joplin@${SECRET_DOMAIN} envFrom: - secretRef: name: *app