Skip to content

Commit

Permalink
Updating rolling update strategy for nimservice deployment (#106)
Browse files Browse the repository at this point in the history
Signed-off-by: Vishesh Tanksale <[email protected]>
  • Loading branch information
visheshtanksale authored Aug 27, 2024
1 parent 831a268 commit b125258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ spec:
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
maxSurge: 1
maxUnavailable: 25%
maxSurge: 0
selector:
matchLabels:
app: {{ .Name }}
Expand Down

0 comments on commit b125258

Please sign in to comment.