Use correct replica setting for standalone master
83d474c3da/bitnami/redis/templates/master/application.yaml (L20C17-L20C36)
Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>
This commit is contained in:
parent
8e5f40b032
commit
dd64eb222b
12
README.md
12
README.md
@ -1053,12 +1053,12 @@ To comply with the Gitea helm chart definition of the digest parameter, a "custo
|
|||||||
|
|
||||||
### redis
|
### redis
|
||||||
|
|
||||||
| Name | Description | Value |
|
| Name | Description | Value |
|
||||||
| ----------------------------- | ---------------------------------------- | ------------ |
|
| ----------------------------- | ------------------------------------------ | ------------ |
|
||||||
| `redis.enabled` | Enable redis standalone or replicated | `false` |
|
| `redis.enabled` | Enable redis standalone or replicated | `false` |
|
||||||
| `redis.architecture` | Whether to use standalone or replication | `standalone` |
|
| `redis.architecture` | Whether to use standalone or replication | `standalone` |
|
||||||
| `redis.global.redis.password` | Required password | `changeme` |
|
| `redis.global.redis.password` | Required password | `changeme` |
|
||||||
| `redis.replica.replicaCount` | Number of replicas under master(s) | `1` |
|
| `redis.master.count` | Number of Redis master instances to deploy | `1` |
|
||||||
|
|
||||||
### PostgreSQL HA
|
### PostgreSQL HA
|
||||||
|
|
||||||
|
@ -496,15 +496,15 @@ redis-cluster:
|
|||||||
## @param redis.enabled Enable redis standalone or replicated
|
## @param redis.enabled Enable redis standalone or replicated
|
||||||
## @param redis.architecture Whether to use standalone or replication
|
## @param redis.architecture Whether to use standalone or replication
|
||||||
## @param redis.global.redis.password Required password
|
## @param redis.global.redis.password Required password
|
||||||
## @param redis.replica.replicaCount Number of replicas under master(s)
|
## @param redis.master.count Number of Redis master instances to deploy
|
||||||
redis:
|
redis:
|
||||||
enabled: false
|
enabled: false
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
global:
|
global:
|
||||||
redis:
|
redis:
|
||||||
password: changeme
|
password: changeme
|
||||||
replica:
|
master:
|
||||||
replicaCount: 1
|
count: 1
|
||||||
|
|
||||||
## @section PostgreSQL HA
|
## @section PostgreSQL HA
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user