migrate funkwhale to a dedicated redis
issue: https://git.badhouseplants.net/badhouseplants/k8s-cluster-config/issues/95
This commit is contained in:
parent
9c33d64c5b
commit
66c1fc970c
@ -47,3 +47,10 @@ postgresql:
|
|||||||
auth:
|
auth:
|
||||||
username: funkwhale-application-funkwhale-postgres
|
username: funkwhale-application-funkwhale-postgres
|
||||||
database: 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
|
||||||
|
@ -293,6 +293,7 @@ templates:
|
|||||||
version: 17.13.2
|
version: 17.13.2
|
||||||
inherit:
|
inherit:
|
||||||
- template: default-env-values
|
- template: default-env-values
|
||||||
|
- template: default-env-secrets
|
||||||
|
|
||||||
postgres: &postgres
|
postgres: &postgres
|
||||||
name: postgres
|
name: postgres
|
||||||
|
Reference in New Issue
Block a user