Skip to content

Commit

Permalink
common: change default strategy to replace
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin JOLY committed Jan 4, 2024
1 parent 96d0b2c commit 1841f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deployment:
memoryLimit: null
cpuLimit: null
strategy:
type: RollingUpdate
type: Replace
rollingUpdate:
maxUnavailable: 25%
maxSurge: 25%
Expand Down

0 comments on commit 1841f11

Please sign in to comment.