Skip to content

Commit

Permalink
Revert "Keep RollingUpdate strategy to minimize changes in behavior"
Browse files Browse the repository at this point in the history
After code review feedback, using the Recreate deployment strategy seems
like the best option.

This reverts commit 7cdaa2b.
  • Loading branch information
oyvindio committed Aug 24, 2022
1 parent 6498ec1 commit 017de9b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions helm/fiaas-deploy-daemon/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ metadata:
spec:
replicas: 1
strategy:
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
type: RollingUpdate
type: Recreate
selector:
matchLabels:
app: {{ .Values.name }}
Expand Down

0 comments on commit 017de9b

Please sign in to comment.