Add redis dependency
This commit is contained in:
@ -10,3 +10,9 @@ maintainers:
|
||||
name: Konstantin Grachev
|
||||
sources:
|
||||
- https://git.grachevko.ru/n8n/chart
|
||||
dependencies:
|
||||
- name: redis
|
||||
version: ~16.4.0
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
alias: redis
|
||||
condition: redis.enabled
|
||||
|
@ -17,4 +17,5 @@ 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
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user