From da9e59daf208f27615ac51b0e9839e9716c85a09 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 25 Mar 2025 20:16:04 +0100 Subject: [PATCH] Add smptservice --- apps/templates/blog-helm.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/apps/templates/blog-helm.yaml b/apps/templates/blog-helm.yaml index cf2ee82..0ade16b 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -29,20 +29,14 @@ spec: smtpHost: "smtp.eu.mailgun.org" smtpPort: "25" smtpUser: "postmaster@mail.hensen.io" - smtpPassword: "-" + smtpPassword: "sdfadf" smtpProtocol: "tls" - # smtpService: "" + smtpService: "mailgun" smptExistingSecret: ghost-es allowEmptyPassword: false resourcesPreset: "micro" - containerPorts: - http: 2368 - https: 2368 service: type: ClusterIP - ports: - http: 80 - https: 443 ingress: enabled: true ingressClassName: nginx