Skip to content

Commit

Permalink
Merge pull request #55 from Yolean/rolling-update
Browse files Browse the repository at this point in the history
Trigger upgrades automatically on statefulset change
  • Loading branch information
solsson authored Nov 28, 2018
2 parents a521581 + 0bce54f commit 7cf0988
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kafka/50kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
serviceName: "broker"
replicas: 3
updateStrategy:
type: OnDelete
type: RollingUpdate
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion zookeeper/50pzoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 7cf0988

Please sign in to comment.