From 65c7454a978e6923a18ad3428a7f6d4a611cf77a Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 25 Mar 2025 18:55:15 +0100 Subject: [PATCH] Blog: add helm chart ssl --- apps/templates/blog-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/blog-helm.yaml b/apps/templates/blog-helm.yaml index d5c1a06..0bdc4c1 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -30,7 +30,7 @@ spec: smtpPort: 587 smtpUser: postmaster@mail.hensen.io smtpPassword: "ignored-but-has-to-exist-else-password-isnt-passed" - smtpProtocol: tls + smtpProtocol: ssl smtpService: mailgun allowEmptyPassword: false resourcesPreset: "micro"