Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
8bdea5fba6
|
@ -8,6 +8,7 @@ metadata:
|
||||
data:
|
||||
N8N_HOST: {{ .Values.config.host | quote }}
|
||||
N8N_PORT: {{ .Values.config.port | quote }}
|
||||
N8N_PROTOCOL: {{ .Values.config.protocol | quote }}
|
||||
WEBHOOK_URL: {{ .Values.config.webhook_url | quote }}
|
||||
EXECUTIONS_MODE: "queue"
|
||||
EXECUTIONS_PROCESS: {{ .Values.config.executions.process | quote }}
|
||||
|
@ -1,6 +1,7 @@
|
||||
config:
|
||||
host: ""
|
||||
port: "5678"
|
||||
protocol: http
|
||||
debug: false
|
||||
db_type: postgresdb
|
||||
postgres:
|
||||
|
Reference in New Issue
Block a user