Skip to content

Commit

Permalink
Merge pull request #94 from Yolean/restore-ondelete-behavior
Browse files Browse the repository at this point in the history
Disables RollingUpdate, i.e. reverts to pre-1.7 behavior
  • Loading branch information
solsson authored Nov 9, 2017
2 parents 2257cd1 + 40c6b17 commit 32a013d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kafka/50kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ spec:
app: kafka
serviceName: "broker"
replicas: 3
updateStrategy:
type: OnDelete
template:
metadata:
labels:
Expand Down
2 changes: 2 additions & 0 deletions zookeeper/50pzoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
storage: persistent
serviceName: "pzoo"
replicas: 3
updateStrategy:
type: OnDelete
template:
metadata:
labels:
Expand Down
2 changes: 2 additions & 0 deletions zookeeper/51zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ spec:
storage: ephemeral
serviceName: "zoo"
replicas: 2
updateStrategy:
type: OnDelete
template:
metadata:
labels:
Expand Down

0 comments on commit 32a013d

Please sign in to comment.