ninja: debug mails

This commit is contained in:
xeruf 2022-10-14 08:39:37 +01:00
parent 377c22b208
commit 68e054e3e6
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,8 @@ metadata:
data: data:
values.yaml: | values.yaml: |
# https://github.com/invoiceninja/dockerfiles/blob/master/charts/invoiceninja/values.yaml # https://github.com/invoiceninja/dockerfiles/blob/master/charts/invoiceninja/values.yaml
image:
tag: 5.5.31
ingress: ingress:
enabled: true enabled: true
hostname: "ninja.${domain}" hostname: "ninja.${domain}"
@ -26,11 +28,15 @@ data:
auth: auth:
password: "${redis_password}" password: "${redis_password}"
debug: true
appURL: "https://ninja.ftt.gmbh"
userEmail: "${admin_email}" userEmail: "${admin_email}"
userPassword: "${password}" userPassword: "${password}"
mailer: "smtp" # FIXME use "${outgoing_mail_enabled}" mailer: "smtp" # FIXME use "${outgoing_mail_enabled}"
# https://github.com/invoiceninja/invoiceninja/blob/v5-stable/config/mail.php#L36 # https://github.com/invoiceninja/invoiceninja/blob/v5-stable/config/mail.php#L36
extraEnvVars: extraEnvVars:
- name: MAIL_MAILER
value: smtp
- name: MAIL_HOST - name: MAIL_HOST
value: "${outgoing_mail_smtp_host}" value: "${outgoing_mail_smtp_host}"
- name: MAIL_PORT - name: MAIL_PORT