We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198666d commit 0ed261fCopy full SHA for 0ed261f
zookeeper/10zookeeper-config.yml
@@ -26,6 +26,8 @@ data:
26
server.3=pzoo-2.pzoo:2888:3888:participant
27
server.4=zoo-0.zoo:2888:3888:participant
28
server.5=zoo-1.zoo:2888:3888:participant
29
+ server.6=zoo-2.zoo:2888:3888:participant
30
+ server.7=zoo-3.zoo:2888:3888:participant
31
32
log4j.properties: |-
33
log4j.rootLogger=INFO, stdout
zookeeper/51zoo.yml
@@ -9,7 +9,7 @@ spec:
9
app: zookeeper
10
storage: ephemeral
11
serviceName: "zoo"
12
- replicas: 2
+ replicas: 4
13
updateStrategy:
14
type: OnDelete
15
template:
0 commit comments