Skip to content

Commit

Permalink
Adjust the update strategy (#666)
Browse files Browse the repository at this point in the history
* Initialise ElasticPress hooks

* Introduce 50% update strategy
  • Loading branch information
wilson1000 authored Aug 14, 2024
1 parent 8009416 commit ff3dcb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/staging/deployment.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ spec:
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 100%
maxUnavailable: 50%
maxSurge: 50%
selector:
matchLabels:
app: ${KUBE_NAMESPACE}
Expand Down

0 comments on commit ff3dcb5

Please sign in to comment.