diff --git a/charts/funkwhale/requirements.yaml b/charts/funkwhale/requirements.yaml index d1d204e..894419e 100644 --- a/charts/funkwhale/requirements.yaml +++ b/charts/funkwhale/requirements.yaml @@ -2,4 +2,4 @@ dependencies: - name: redis version: ~10.6.10 repository: https://charts.bitnami.com/bitnami - condition: redis.internal.enabled + condition: redis.enabled diff --git a/charts/funkwhale/values.yaml b/charts/funkwhale/values.yaml index 4ee0c07..14d4006 100644 --- a/charts/funkwhale/values.yaml +++ b/charts/funkwhale/values.yaml @@ -47,13 +47,14 @@ database: database: funkwhale redis: - password: funkwhale - redisPort: 6379 - host: {{ template "funkwhale.fullname" . }}-redis-master # If you already have a Redis service you'd like to use, set # this to false and adjust the host to use your existing service. - internal: - enabled: true + enabled: true + + host: {{ template "funkwhale.fullname" . }}-redis-master + redisPort: 6379 + password: funkwhale + cluster: enabled: false master: