From f0359bb5c559ae1c5bced53d457a61438071f619 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 25 Mar 2025 19:08:07 +0100 Subject: [PATCH] Blog: smtp little config --- apps/templates/blog-helm.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/templates/blog-helm.yaml b/apps/templates/blog-helm.yaml index 31e5909..93a4649 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -27,11 +27,11 @@ spec: ghostPath: / ghostEnableHttps: true smtpHost: "smtp.eu.mailgun.org" - smtpPort: "587" + # smtpPort: "587" smtpUser: "postmaster@mail.hensen.io" - smtpPassword: "" - smtpProtocol: "ssl" - smtpService: "" + # smtpPassword: "" + # smtpProtocol: "ssl" + # smtpService: "" smptExistingSecret: ghost-es allowEmptyPassword: false resourcesPreset: "micro"