migrate funkwhale to a dedicated redis

issue: https://git.badhouseplants.net/badhouseplants/k8s-cluster-config/issues/95
This commit is contained in:
RNRod 2023-07-29 19:33:18 +02:00
parent 9c33d64c5b
commit 66c1fc970c
2 changed files with 8 additions and 0 deletions

View File

@ -47,3 +47,10 @@ postgresql:
auth:
username: funkwhale-application-funkwhale-postgres
database: funkwhale-application-funkwhale-postgres
redis:
enabled: false
host: redis-master.database-service.svc.cluster.local
auth:
enabled: true
password: AgzqQsXf9ifwMpq8eKEW

View File

@ -293,6 +293,7 @@ templates:
version: 17.13.2
inherit:
- template: default-env-values
- template: default-env-secrets
postgres: &postgres
name: postgres