Updated email port for amazon SES
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "99.6.25"
|
||||
HELM_CHART_VERSION: "99.6.26"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -5,7 +5,11 @@ metadata:
|
||||
labels:
|
||||
{{- include "..labels" . | nindent 8 }}
|
||||
data:
|
||||
{{- if eq (.Values.email.smtpServer | default "smtp2go" ) "smtp2go" }}
|
||||
SMTP_PORT: '2525'
|
||||
{{- else }}
|
||||
SMTP_PORT: '25'
|
||||
{{- end }}
|
||||
SMTP_AUTH: 'true'
|
||||
SMTP_FROM: 'customer-noreply@v3.nu'
|
||||
{{- if .Values.email }}
|
||||
|
||||
Reference in New Issue
Block a user