mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 10:32:55 +02:00
Add smptservice
This commit is contained in:
@@ -29,20 +29,14 @@ spec:
|
|||||||
smtpHost: "smtp.eu.mailgun.org"
|
smtpHost: "smtp.eu.mailgun.org"
|
||||||
smtpPort: "25"
|
smtpPort: "25"
|
||||||
smtpUser: "postmaster@mail.hensen.io"
|
smtpUser: "postmaster@mail.hensen.io"
|
||||||
smtpPassword: "-"
|
smtpPassword: "sdfadf"
|
||||||
smtpProtocol: "tls"
|
smtpProtocol: "tls"
|
||||||
# smtpService: ""
|
smtpService: "mailgun"
|
||||||
smptExistingSecret: ghost-es
|
smptExistingSecret: ghost-es
|
||||||
allowEmptyPassword: false
|
allowEmptyPassword: false
|
||||||
resourcesPreset: "micro"
|
resourcesPreset: "micro"
|
||||||
containerPorts:
|
|
||||||
http: 2368
|
|
||||||
https: 2368
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ports:
|
|
||||||
http: 80
|
|
||||||
https: 443
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user