add N8N_HOST and N8N_PORT to config
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2022-11-16 14:23:47 +03:00
parent 744613584d
commit 9ca2cac8b1
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ metadata:
labels:
{{- include "n8n.labels" . | nindent 4 }}
data:
N8N_HOST: {{ .Values.config.host | quote }}
N8N_PORT: {{ .Values.config.port | quote }}
WEBHOOK_URL: {{ .Values.config.webhook_url | quote }}
EXECUTIONS_MODE: "queue"
EXECUTIONS_PROCESS: {{ .Values.config.executions.process | quote }}

View File

@ -1,4 +1,6 @@
config:
host: ""
port: "5678"
debug: false
db_type: postgresdb
postgres: