Skip to content

Commit 4297271

Browse files
committed
Reindents yaml to match the rest of this repo, and most examples out there
1 parent 4a56062 commit 4297271

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

zookeeper/50zoo.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@ spec:
1313
spec:
1414
terminationGracePeriodSeconds: 10
1515
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:
3729
- 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: {}

0 commit comments

Comments
 (0)