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"