Update to using values.redis.enabled.
This commit is contained in:
parent
06e15afbac
commit
7d86a26e14
2 changed files with 7 additions and 6 deletions
|
@ -2,4 +2,4 @@ dependencies:
|
|||
- name: redis
|
||||
version: ~10.6.10
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: redis.internal.enabled
|
||||
condition: redis.enabled
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue