Skip to content

Commit 0bce54f

Browse files
committed
Rolling Update for zookeeper too
1 parent f74c85a commit 0bce54f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zookeeper/50pzoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
serviceName: "pzoo"
1313
replicas: 3
1414
updateStrategy:
15-
type: OnDelete
15+
type: RollingUpdate
1616
template:
1717
metadata:
1818
labels:

zookeeper/51zoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
serviceName: "zoo"
1212
replicas: 2
1313
updateStrategy:
14-
type: OnDelete
14+
type: RollingUpdate
1515
template:
1616
metadata:
1717
labels:

0 commit comments

Comments
 (0)