From dacb080c78de69e2c2321c3b90c41733dfebb74a Mon Sep 17 00:00:00 2001 From: Florian Piesche Date: Sun, 14 Mar 2021 21:54:04 +0000 Subject: [PATCH] Fix redisPort --- charts/funkwhale/templates/_helpers.tpl | 2 +- charts/funkwhale/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/funkwhale/templates/_helpers.tpl b/charts/funkwhale/templates/_helpers.tpl index 107de14..46d57eb 100644 --- a/charts/funkwhale/templates/_helpers.tpl +++ b/charts/funkwhale/templates/_helpers.tpl @@ -11,7 +11,7 @@ postgres://{{ .Values.database.user}}:{{ .Values.database.password }}@{{ .Values {{- end -}} {{- define "funkwhale.redisUrl" -}} -redis://:{{ .Values.redis.password }}@{{ .Values.redis.host }}:{{ .Values.redis.port }}/0 +redis://:{{ .Values.redis.password }}@{{ .Values.redis.host }}:{{ .Values.redis.redisPort }}/0 {{- end -}} {{/* diff --git a/charts/funkwhale/values.yaml b/charts/funkwhale/values.yaml index 188325a..45e85c4 100644 --- a/charts/funkwhale/values.yaml +++ b/charts/funkwhale/values.yaml @@ -56,7 +56,7 @@ redis: persistence: enabled: false password: funkwhale - port: 6379 + redisPort: 6379 host: {{ template "funkwhale.fullname" . }}-redis-master djangoSecret: ''