From 990360706a547ad66250fc084cd5f8e038cf6394 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 26 Mar 2025 03:34:45 +0100 Subject: [PATCH] Change port to 465 and switch back to secure --- 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 2d527fa..eb424d9 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -38,7 +38,7 @@ spec: ## @param smtpProtocol SMTP protocol (ssl or tls) ## smtpHost: smtp.hostinger.com - smtpPort: 587 + smtpPort: 465 smtpUser: ruben@hensen.io smtpPassword: "ignored-but-hast-to-exist-else-password-isnt-passed" smtpProtocol: tls @@ -53,9 +53,9 @@ spec: ## - name: FOO ## value: "bar" ## - extraEnvVars: - - name: mail__options__secure - value: "false" + # extraEnvVars: + # - name: mail__options__secure + # value: "false" ## @param allowEmptyPassword Allow the container to be started with blank passwords allowEmptyPassword: false resourcesPreset: "micro"