Add N8N_PROTOCOL
This commit is contained in:
@ -8,6 +8,7 @@ metadata:
|
|||||||
data:
|
data:
|
||||||
N8N_HOST: {{ .Values.config.host | quote }}
|
N8N_HOST: {{ .Values.config.host | quote }}
|
||||||
N8N_PORT: {{ .Values.config.port | quote }}
|
N8N_PORT: {{ .Values.config.port | quote }}
|
||||||
|
N8N_PROTOCOL: {{ .Values.config.protocol | quote }}
|
||||||
WEBHOOK_URL: {{ .Values.config.webhook_url | quote }}
|
WEBHOOK_URL: {{ .Values.config.webhook_url | quote }}
|
||||||
EXECUTIONS_MODE: "queue"
|
EXECUTIONS_MODE: "queue"
|
||||||
EXECUTIONS_PROCESS: {{ .Values.config.executions.process | quote }}
|
EXECUTIONS_PROCESS: {{ .Values.config.executions.process | quote }}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config:
|
config:
|
||||||
host: ""
|
host: ""
|
||||||
port: "5678"
|
port: "5678"
|
||||||
|
protocol: http
|
||||||
debug: false
|
debug: false
|
||||||
db_type: postgresdb
|
db_type: postgresdb
|
||||||
postgres:
|
postgres:
|
||||||
|
Reference in New Issue
Block a user