diff --git a/charts/funkwhale/requirements.yaml b/charts/funkwhale/requirements.yaml index 153994b..d1d204e 100644 --- a/charts/funkwhale/requirements.yaml +++ b/charts/funkwhale/requirements.yaml @@ -2,3 +2,4 @@ dependencies: - name: redis version: ~10.6.10 repository: https://charts.bitnami.com/bitnami + condition: redis.internal.enabled diff --git a/charts/funkwhale/values.yaml b/charts/funkwhale/values.yaml index 45e85c4..4ee0c07 100644 --- a/charts/funkwhale/values.yaml +++ b/charts/funkwhale/values.yaml @@ -47,6 +47,13 @@ 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 cluster: enabled: false master: @@ -55,9 +62,6 @@ redis: slave: persistence: enabled: false - password: funkwhale - redisPort: 6379 - host: {{ template "funkwhale.fullname" . }}-redis-master djangoSecret: ''