update readme

This commit is contained in:
Julien 2024-03-26 20:05:21 -04:00
parent 1783d13d4e
commit e74e21ef13
1 changed files with 10 additions and 1 deletions

View File

@ -1041,11 +1041,20 @@ To comply with the Gitea helm chart definition of the digest parameter, a "custo
| Name | Description | Value |
| -------------------------------- | -------------------------------------------- | ------- |
| `redis-cluster.enabled` | Enable redis | `true` |
| `redis-cluster.enabled` | Enable redis cluster | `true` |
| `redis-cluster.usePassword` | Whether to use password authentication | `false` |
| `redis-cluster.cluster.nodes` | Number of redis cluster master nodes | `3` |
| `redis-cluster.cluster.replicas` | Number of redis cluster master node replicas | `0` |
### redis
| Name | Description | Value |
| ----------------------------- | ---------------------------------------- | ------------ |
| `redis.enabled` | Enable redis standalone or replicated | `false` |
| `redis.architecture` | Whether to use standalone or replication | `standalone` |
| `redis.global.redis.password` | Required password | `changeme` |
| `redis.replica.replicaCount` | Number of replicas under master(s) | `1` |
### PostgreSQL HA
| Name | Description | Value |