From 429438a44a3eb503f2110b345aefe11426e2dc84 Mon Sep 17 00:00:00 2001 From: incubator4 Date: Mon, 8 Jan 2024 20:33:33 +0800 Subject: [PATCH] chore(discourse): update smtp --- discourse/prod/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/discourse/prod/values.yaml b/discourse/prod/values.yaml index 7011357..e05eb5c 100644 --- a/discourse/prod/values.yaml +++ b/discourse/prod/values.yaml @@ -1,3 +1,5 @@ +discourse: + skipInstall: true postgresql: enabled: false redis: @@ -14,9 +16,9 @@ auth: smtp: enabled: true host: "smtp.gmail.com" - port: "465" + port: "587" user: "forum@rss3.io" - protocol: "ssl" + protocol: "tls" auth: "plain" existingSecret: "discourse" externalDatabase: