mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Blog: change to mailgun
This commit is contained in:
@@ -37,11 +37,12 @@ spec:
|
||||
## @param smtpService SMTP service
|
||||
## @param smtpProtocol SMTP protocol (ssl or tls)
|
||||
##
|
||||
smtpHost: smtp.hostinger.com
|
||||
smtpPort: 465
|
||||
smtpUser: ruben@hensen.io
|
||||
smtpHost: smtp.mailgun.org
|
||||
smtpPort: 587
|
||||
smtpUser: postmaster@sandbox7739a6cdca37419aacc3e8d654af84ed.mailgun.org
|
||||
smtpPassword: "ignored-but-hast-to-exist-else-password-isnt-passed"
|
||||
smtpProtocol: tls
|
||||
smtpService: mailgun
|
||||
## @param smtpExistingSecret The name of an existing secret with SMTP credentials
|
||||
## NOTE: Must contain key `smtp-password`
|
||||
## NOTE: When it's set, the `smtpPassword` parameter is ignored
|
||||
|
||||
Reference in New Issue
Block a user