add N8N_HOST and N8N_PORT to config
This commit is contained in:
@ -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 }}
|
||||
|
@ -1,4 +1,6 @@
|
||||
config:
|
||||
host: ""
|
||||
port: "5678"
|
||||
debug: false
|
||||
db_type: postgresdb
|
||||
postgres:
|
||||
|
Reference in New Issue
Block a user