nextcloud redis
This commit is contained in:
@@ -85,6 +85,18 @@ spec:
|
||||
enabled: true
|
||||
auth:
|
||||
password: redisInnoDBUser
|
||||
master:
|
||||
extraEnvVars:
|
||||
- name: REDIS_MASTER_HOST
|
||||
value: "localhost"
|
||||
- name: REDIS_MASTER_PORT_NUMBER
|
||||
value: "6379"
|
||||
replica:
|
||||
extraEnvVars:
|
||||
- name: REDIS_MASTER_HOST
|
||||
value: "nextcloud-redis-master"
|
||||
- name: REDIS_MASTER_PORT_NUMBER
|
||||
value: "6379"
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user