mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
[bitnami/redis] feat: add support for sync checks on replica nodes with sentinel (#36461)
This commit is contained in:
committed by
GitHub
parent
69f5d02d1d
commit
38684e07d2
@@ -1232,6 +1232,9 @@ sentinel:
|
||||
## @param sentinel.parallelSyncs Number of replicas that can be reconfigured in parallel to use the new master after a failover
|
||||
##
|
||||
parallelSyncs: 1
|
||||
## @param sentinel.replicaSyncCheck Wait for data full sync on replicas before marking them as ready (experimental)
|
||||
##
|
||||
replicaSyncCheck: false
|
||||
## @param sentinel.configuration Configuration for Redis(R) Sentinel nodes
|
||||
## ref: https://redis.io/topics/sentinel
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user