File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 52
52
# the brokers.
53
53
num.partitions=1
54
54
55
- default.replication.factor=2
55
+ default.replication.factor=1
56
56
57
57
min.insync.replicas=1
58
58
Original file line number Diff line number Diff line change 8
8
matchLabels :
9
9
app : kafka
10
10
serviceName : " broker"
11
- replicas : 2
11
+ replicas : 1
12
12
updateStrategy :
13
13
type : OnDelete
14
14
template :
Original file line number Diff line number Diff line change 21
21
initLimit=5
22
22
syncLimit=2
23
23
server.1=pzoo-0.pzoo:2888:3888:participant
24
- server.2=pzoo-1.pzoo:2888:3888:participant
25
- server.4=zoo-0.zoo:2888:3888:participant
26
24
27
25
log4j.properties : |-
28
26
log4j.rootLogger=INFO, stdout
Original file line number Diff line number Diff line change 9
9
app : zookeeper
10
10
storage : persistent
11
11
serviceName : " pzoo"
12
- replicas : 2
12
+ replicas : 1
13
13
updateStrategy :
14
14
type : OnDelete
15
15
template :
Original file line number Diff line number Diff line change 9
9
app : zookeeper
10
10
storage : ephemeral
11
11
serviceName : " zoo"
12
- replicas : 1
12
+ replicas : 0
13
13
updateStrategy :
14
14
type : OnDelete
15
15
template :
You can’t perform that action at this time.
0 commit comments