Add blog without extra host and tls

This commit is contained in:
Ruben Hensen
2025-03-25 20:29:43 +01:00
parent 83fe9416dd
commit 14e1b2cc12
+6 -14
View File
@@ -25,13 +25,12 @@ spec:
ghostBlogTitle: Catch && Compile
ghostHost: "blog.hensen.io"
ghostPath: /
ghostEnableHttps: false
smtpHost: "smtp.eu.mailgun.org"
smtpPort: "25"
smtpUser: "postmaster@mail.hensen.io"
smtpPassword: "sdfadf"
smtpProtocol: "tls"
smtpService: "mailgun"
smtpHost: smtp.eu.mailgun.org
smtpPort: 587
smtpUser: postmaster@mail.hensen.io
smtpPassword: sdfadf
smtpProtocol: tls
smtpService: mailgun
smptExistingSecret: ghost-es
allowEmptyPassword: false
resourcesPreset: "micro"
@@ -48,13 +47,6 @@ spec:
tls: true
tlsWwwPrefix: false
selfSigned: false
extraHosts:
- name: blog.hensen.io
extraPaths: []
extraTls:
- secretName: letsencrypt-prod
hosts:
- blog.hensen.io
secrets: []
extraRules: []
persistence: