From b29574b0981d0496a17640953b153f7858503abd Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 26 Mar 2025 04:09:10 +0100 Subject: [PATCH] Add blog add ports --- apps/templates/blog-helm.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/templates/blog-helm.yaml b/apps/templates/blog-helm.yaml index 64e16ed..2b87d1f 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -41,7 +41,7 @@ spec: smtpPort: 587 smtpUser: ruben@hensen.io smtpPassword: "ignored-but-hast-to-exist-else-password-isnt-passed" - smtpProtocol: starttls + smtpProtocol: tls ## @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 @@ -61,11 +61,13 @@ spec: containerPorts: http: 2368 https: 2368 + smtp: 587 service: type: ClusterIP ports: http: 80 https: 443 + smtp: 587 ingress: enabled: true ingressClassName: nginx