Skip to content

Commit

Permalink
fix: Correct maxSurge and maxUnavailable (trustyai-explainability#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira authored Aug 5, 2024
1 parent 91ba2c5 commit d552762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/templates/service/deployment.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ spec:
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
maxUnavailable: 1
maxSurge: 0
replicas: 1
selector:
matchLabels:
Expand Down

0 comments on commit d552762

Please sign in to comment.