Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
9ca2cac8b1
|
@ -6,6 +6,8 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
{{- include "n8n.labels" . | nindent 4 }}
|
{{- include "n8n.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
|
N8N_HOST: {{ .Values.config.host | quote }}
|
||||||
|
N8N_PORT: {{ .Values.config.port | 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,4 +1,6 @@
|
|||||||
config:
|
config:
|
||||||
|
host: ""
|
||||||
|
port: "5678"
|
||||||
debug: false
|
debug: false
|
||||||
db_type: postgresdb
|
db_type: postgresdb
|
||||||
postgres:
|
postgres:
|
||||||
|
Reference in New Issue
Block a user