Skip to content

Commit

Permalink
Gives majority to the zoo statefulset
Browse files Browse the repository at this point in the history
for uptime during reconfiguration of the pzoo statefulset.
  • Loading branch information
solsson committed Dec 2, 2018
1 parent 198666d commit 0ed261f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions zookeeper/10zookeeper-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ data:
server.3=pzoo-2.pzoo:2888:3888:participant
server.4=zoo-0.zoo:2888:3888:participant
server.5=zoo-1.zoo:2888:3888:participant
server.6=zoo-2.zoo:2888:3888:participant
server.7=zoo-3.zoo:2888:3888:participant
log4j.properties: |-
log4j.rootLogger=INFO, stdout
Expand Down
2 changes: 1 addition & 1 deletion zookeeper/51zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
app: zookeeper
storage: ephemeral
serviceName: "zoo"
replicas: 2
replicas: 4
updateStrategy:
type: OnDelete
template:
Expand Down

0 comments on commit 0ed261f

Please sign in to comment.