Skip to content

Commit

Permalink
Merge pull request #8694 from spadgett/console-rolling-deployment
Browse files Browse the repository at this point in the history
Bug 1589015 - Switch to rolling deployment for web console
  • Loading branch information
openshift-merge-robot committed Jun 8, 2018
2 parents bae2d36 + 3cbb898 commit 1698cb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/openshift_web_console/files/console-template.yaml
Expand Up @@ -37,7 +37,10 @@ objects:
spec:
replicas: "${{REPLICA_COUNT}}"
strategy:
type: Recreate
type: RollingUpdate
rollingUpdate:
# behave like a recreate deployment, but don't wait for pods to terminate
maxUnavailable: 100%
template:
metadata:
name: webconsole
Expand Down

0 comments on commit 1698cb3

Please sign in to comment.