Skip to content

Commit

Permalink
change follower to 9
Browse files Browse the repository at this point in the history
Signed-off-by: drivebyer <yang.wu@daocloud.io>
  • Loading branch information
drivebyer committed Oct 29, 2023
1 parent 4054ee4 commit 7855b16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
redisLeader:
replicas: 6
redisFollower:
replicas: 9
replicas: 6
clusterVersion: v7
persistenceEnabled: true
podSecurityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: redis-cluster-v1beta2
status:
readyLeaderReplicas: 6
readyFollowerReplicas: 9
readyFollowerReplicas: 6
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ metadata:
redis_setup_type: cluster
role: follower
status:
replicas: 9
readyReplicas: 9
replicas: 6
readyReplicas: 6

0 comments on commit 7855b16

Please sign in to comment.