mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add blog without extra host and tls
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user