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 a4517d4 commit 5d7ff7bCopy full SHA for 5d7ff7b
k8s/zk.yaml
@@ -18,7 +18,6 @@ spec:
18
clusterIP: None
19
selector:
20
zk-name: zk
21
- component: zk
22
---
23
apiVersion: apps/v1
24
kind: StatefulSet
@@ -34,6 +33,7 @@ spec:
34
33
35
component: zk
36
replicas: 1
+ podManagementPolicy: "Parallel"
37
template:
38
metadata:
39
labels:
@@ -69,12 +69,14 @@ spec:
69
readinessProbe:
70
exec:
71
command:
72
- - zk_status.sh
+ - zkServer.sh
73
+ - status
74
initialDelaySeconds: 20
75
timeoutSeconds: 10
76
livenessProbe:
77
78
79
80
81
82
0 commit comments