Skip to content

Commit

Permalink
management-console: set max unavailable to 1 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilmore authored Dec 19, 2018
1 parent 1864495 commit 3d9814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/management-console/management-console.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
Expand Down

0 comments on commit 3d9814a

Please sign in to comment.