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