1 Commits

Author SHA1 Message Date
8bdea5fba6 Add N8N_PROTOCOL
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-11-16 16:10:41 +03:00
2 changed files with 2 additions and 0 deletions

View File

@ -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 }}

View File

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