Skip to content

Commit

Permalink
Rolling Update for zookeeper too
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Nov 9, 2017
1 parent f74c85a commit 0bce54f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zookeeper/50pzoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
serviceName: "pzoo"
replicas: 3
updateStrategy:
type: OnDelete
type: RollingUpdate
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion zookeeper/51zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
serviceName: "zoo"
replicas: 2
updateStrategy:
type: OnDelete
type: RollingUpdate
template:
metadata:
labels:
Expand Down

0 comments on commit 0bce54f

Please sign in to comment.