ninja: debug mails
This commit is contained in:
parent
377c22b208
commit
68e054e3e6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue