Add smptservice

This commit is contained in:
Ruben Hensen
2025-03-25 20:16:04 +01:00
parent d09842a285
commit da9e59daf2
+2 -8
View File
@@ -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