mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Change port to 465 and switch back to secure
This commit is contained in:
@@ -38,7 +38,7 @@ spec:
|
|||||||
## @param smtpProtocol SMTP protocol (ssl or tls)
|
## @param smtpProtocol SMTP protocol (ssl or tls)
|
||||||
##
|
##
|
||||||
smtpHost: smtp.hostinger.com
|
smtpHost: smtp.hostinger.com
|
||||||
smtpPort: 587
|
smtpPort: 465
|
||||||
smtpUser: ruben@hensen.io
|
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
|
||||||
@@ -53,9 +53,9 @@ spec:
|
|||||||
## - name: FOO
|
## - name: FOO
|
||||||
## value: "bar"
|
## value: "bar"
|
||||||
##
|
##
|
||||||
extraEnvVars:
|
# extraEnvVars:
|
||||||
- name: mail__options__secure
|
# - name: mail__options__secure
|
||||||
value: "false"
|
# value: "false"
|
||||||
## @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