Updated email port for amazon SES

This commit is contained in:
2023-07-18 23:51:56 +02:00
parent 63f651d622
commit c735392ee5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "99.6.25" HELM_CHART_VERSION: "99.6.26"
stages: stages:
- deploy - deploy

View File

@@ -5,7 +5,11 @@ metadata:
labels: labels:
{{- include "..labels" . | nindent 8 }} {{- include "..labels" . | nindent 8 }}
data: data:
{{- if eq (.Values.email.smtpServer | default "smtp2go" ) "smtp2go" }}
SMTP_PORT: '2525' SMTP_PORT: '2525'
{{- else }}
SMTP_PORT: '25'
{{- end }}
SMTP_AUTH: 'true' SMTP_AUTH: 'true'
SMTP_FROM: 'customer-noreply@v3.nu' SMTP_FROM: 'customer-noreply@v3.nu'
{{- if .Values.email }} {{- if .Values.email }}