Skip to content

Commit

Permalink
统一 ovsovn maxUnavailable
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
bobz965 committed Aug 17, 2023
1 parent a10d94a commit 53c1046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/templates/ovsovn-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
maxSurge: 100%
maxUnavailable: 1
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3498,7 +3498,7 @@ spec:
type: RollingUpdate
rollingUpdate:
maxSurge: 100%
maxUnavailable: 0
maxUnavailable: 1
template:
metadata:
labels:
Expand Down

0 comments on commit 53c1046

Please sign in to comment.