From 36532aef3b7c703d4592f8e1e48720e42de6369d Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Wed, 16 Nov 2022 13:33:54 +0300 Subject: [PATCH] fix redis host --- TODO.md | 1 + templates/config.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..fc1dcec --- /dev/null +++ b/TODO.md @@ -0,0 +1 @@ +- [ ] external redis config diff --git a/templates/config.yaml b/templates/config.yaml index 62eb150..f22adbd 100644 --- a/templates/config.yaml +++ b/templates/config.yaml @@ -15,7 +15,7 @@ data: N8N_DIAGNOSTICS_ENABLED: {{ .Values.config.executions.data.max_age | quote }} NODE_FUNCTION_ALLOW_BUILTIN: {{ .Values.config.node.function.allow.builtin | quote }} NODE_FUNCTION_ALLOW_EXTERNAL: {{ .Values.config.node.function.allow.external | quote }} - QUEUE_BULL_REDIS_HOST: {{ include "n8n.fullname" . }}-redis + QUEUE_BULL_REDIS_HOST: {{ include "n8n.fullname" . }}-redis-master {{- if .Values.config.debug }} N8N_LOG_LEVEL: debug {{- end }}