File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -13,26 +13,26 @@ spec:
13
13
spec :
14
14
terminationGracePeriodSeconds : 10
15
15
containers :
16
- - name : zookeeper
17
- image : solsson/zookeeper-statefulset:3.4.10@sha256:0ad93c98d5165b4eb747c4b0dd04a7a448a5c4b4cbcaa4bffc15018b76b81bb5
18
- env :
19
- - name : ZOO_SERVERS
20
- value : server.1=zoo-0.zoo:2888:3888:participant server.2=zoo-1.zoo:2888:3888:participant server.3=zoo-2.zoo:2888:3888:participant server.4=zoo-3.zoo:2888:3888:participant server.5=zoo-4.zoo:2888:3888:participant
21
- ports :
22
- - containerPort : 2181
23
- name : client
24
- - containerPort : 2888
25
- name : peer
26
- - containerPort : 3888
27
- name : leader-election
28
- volumeMounts :
29
- - name : datadir
30
- mountPath : /data
31
- # There's defaults in this folder, such as logging config
32
- # - name: conf
33
- # mountPath: /conf
34
- volumes :
35
- # - name: conf
36
- # emptyDir: {}
16
+ - name : zookeeper
17
+ image : solsson/zookeeper-statefulset:3.4.10@sha256:0ad93c98d5165b4eb747c4b0dd04a7a448a5c4b4cbcaa4bffc15018b76b81bb5
18
+ env :
19
+ - name : ZOO_SERVERS
20
+ value : server.1=zoo-0.zoo:2888:3888:participant server.2=zoo-1.zoo:2888:3888:participant server.3=zoo-2.zoo:2888:3888:participant server.4=zoo-3.zoo:2888:3888:participant server.5=zoo-4.zoo:2888:3888:participant
21
+ ports :
22
+ - containerPort : 2181
23
+ name : client
24
+ - containerPort : 2888
25
+ name : peer
26
+ - containerPort : 3888
27
+ name : leader-election
28
+ volumeMounts :
37
29
- name : datadir
38
- emptyDir : {}
30
+ mountPath : /data
31
+ # There's defaults in this folder, such as logging config
32
+ # - name: conf
33
+ # mountPath: /conf
34
+ volumes :
35
+ # - name: conf
36
+ # emptyDir: {}
37
+ - name : datadir
38
+ emptyDir : {}
You can’t perform that action at this time.
0 commit comments