From d886e93200722cbc8fa3f52588a44c37b732a877 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 25 Mar 2025 16:31:52 +0100 Subject: [PATCH] Blog: move back to hensen.io mail --- apps/templates/blog-helm.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/templates/blog-helm.yaml b/apps/templates/blog-helm.yaml index e0ecdcb..46bc070 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -37,17 +37,16 @@ spec: ## @param smtpService SMTP service ## @param smtpProtocol SMTP protocol (ssl or tls) ## - smtpHost: smtp.mailgun.org - smtpPort: 587 - smtpUser: postmaster@sandbox7739a6cdca37419aacc3e8d654af84ed.mailgun.org + smtpHost: smtp.hostinger.com + smtpPort: 465 + smtpUser: ruben@hensen.io smtpPassword: "ignored-but-hast-to-exist-else-password-isnt-passed" smtpProtocol: tls - smtpService: mailgun ## @param smtpExistingSecret The name of an existing secret with SMTP credentials ## NOTE: Must contain key `smtp-password` ## NOTE: When it's set, the `smtpPassword` parameter is ignored ## - smtpExistingSecret: hensenio-smtp + # smtpExistingSecret: hensenio-smtp # This secret is not used!! https://github.com/bitnami/charts/issues/8916, use existingSecret instead ## @param allowEmptyPassword Allow the container to be started with blank passwords allowEmptyPassword: false resourcesPreset: "micro"