mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 10:32:55 +02:00
Blog: move back to hensen.io mail
This commit is contained in:
@@ -37,17 +37,16 @@ spec:
|
|||||||
## @param smtpService SMTP service
|
## @param smtpService SMTP service
|
||||||
## @param smtpProtocol SMTP protocol (ssl or tls)
|
## @param smtpProtocol SMTP protocol (ssl or tls)
|
||||||
##
|
##
|
||||||
smtpHost: smtp.mailgun.org
|
smtpHost: smtp.hostinger.com
|
||||||
smtpPort: 587
|
smtpPort: 465
|
||||||
smtpUser: postmaster@sandbox7739a6cdca37419aacc3e8d654af84ed.mailgun.org
|
smtpUser: ruben@hensen.io
|
||||||
smtpPassword: "ignored-but-hast-to-exist-else-password-isnt-passed"
|
smtpPassword: "ignored-but-hast-to-exist-else-password-isnt-passed"
|
||||||
smtpProtocol: tls
|
smtpProtocol: tls
|
||||||
smtpService: mailgun
|
|
||||||
## @param smtpExistingSecret The name of an existing secret with SMTP credentials
|
## @param smtpExistingSecret The name of an existing secret with SMTP credentials
|
||||||
## NOTE: Must contain key `smtp-password`
|
## NOTE: Must contain key `smtp-password`
|
||||||
## NOTE: When it's set, the `smtpPassword` parameter is ignored
|
## NOTE: When it's set, the `smtpPassword` parameter is ignored
|
||||||
##
|
##
|
||||||
smtpExistingSecret: hensenio-smtp
|
# smtpExistingSecret: hensenio-smtp # This secret is not used!! https://github.com/bitnami/charts/issues/8916, use existingSecret instead
|
||||||
## @param allowEmptyPassword Allow the container to be started with blank passwords
|
## @param allowEmptyPassword Allow the container to be started with blank passwords
|
||||||
allowEmptyPassword: false
|
allowEmptyPassword: false
|
||||||
resourcesPreset: "micro"
|
resourcesPreset: "micro"
|
||||||
|
|||||||
Reference in New Issue
Block a user