Skip to content

Commit

Permalink
feat(argocd): add dolfan to backbone
Browse files Browse the repository at this point in the history
Signed-off-by: Byeonghoon Yoo <[email protected]>
  • Loading branch information
isac322 committed Mar 24, 2024
1 parent 15e8482 commit ee377a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values/dolfan/backbone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ cluster:
##
## @param cluster.nodes The number of master nodes should always be >= 3, otherwise cluster creation will fail
##
nodes: 3
nodes: 6
## @param cluster.replicas Number of replicas for every master in the cluster
## Parameter to be passed as --cluster-replicas to the redis-cli --cluster create
## 1 means that we want a replica for every master created
Expand Down Expand Up @@ -571,7 +571,7 @@ cluster:
addNodes: false
## @param cluster.update.currentNumberOfNodes Number of currently deployed Redis&reg; nodes
##
currentNumberOfNodes: 3
currentNumberOfNodes: 6
## @param cluster.update.currentNumberOfReplicas Number of currently deployed Redis&reg; replicas
##
currentNumberOfReplicas: 1
Expand Down

0 comments on commit ee377a1

Please sign in to comment.