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 ghostBlogTitle: Catch && Compile
ghostHost: "blog.hensen.io" ghostHost: "blog.hensen.io"
ghostPath: / ghostPath: /
ghostEnableHttps: false smtpHost: smtp.eu.mailgun.org
smtpHost: "smtp.eu.mailgun.org" smtpPort: 587
smtpPort: "25" smtpUser: postmaster@mail.hensen.io
smtpUser: "postmaster@mail.hensen.io" smtpPassword: sdfadf
smtpPassword: "sdfadf" smtpProtocol: tls
smtpProtocol: "tls" smtpService: mailgun
smtpService: "mailgun"
smptExistingSecret: ghost-es smptExistingSecret: ghost-es
allowEmptyPassword: false allowEmptyPassword: false
resourcesPreset: "micro" resourcesPreset: "micro"
@@ -48,13 +47,6 @@ spec:
tls: true tls: true
tlsWwwPrefix: false tlsWwwPrefix: false
selfSigned: false selfSigned: false
extraHosts:
- name: blog.hensen.io
extraPaths: []
extraTls:
- secretName: letsencrypt-prod
hosts:
- blog.hensen.io
secrets: [] secrets: []
extraRules: [] extraRules: []
persistence: persistence: