Update to using values.redis.enabled.

This commit is contained in:
Florian Piesche 2021-03-21 00:32:44 +00:00
parent 06e15afbac
commit 7d86a26e14
No known key found for this signature in database
GPG key ID: CF7283FB896221F3
2 changed files with 7 additions and 6 deletions

View file

@ -2,4 +2,4 @@ dependencies:
- name: redis - name: redis
version: ~10.6.10 version: ~10.6.10
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: redis.internal.enabled condition: redis.enabled

View file

@ -47,13 +47,14 @@ database:
database: funkwhale database: funkwhale
redis: redis:
password: funkwhale
redisPort: 6379
host: {{ template "funkwhale.fullname" . }}-redis-master
# If you already have a Redis service you'd like to use, set # 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. # 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: cluster:
enabled: false enabled: false
master: master: