Skip to content

Commit

Permalink
remove rollingUpdate when strategy is recreate
Browse files Browse the repository at this point in the history
Remove rolling update parameters from values.yaml for deployment strategy

remove rollingUpdate when strategy is recreate
  • Loading branch information
qjoly committed Dec 13, 2024
1 parent bbedff6 commit c1e9472
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ deployment:
port: *containerPort
minReplicas: 1
strategy:
type: Replace
rollingUpdate:
maxUnavailable: 25%
maxSurge: 25%
type: Recreate
# rollingUpdate:
# maxUnavailable: 25%

Check warning on line 22 in charts/common/values.yaml

View workflow job for this annotation

GitHub Actions / lint

22:7 [comments-indentation] comment not indented like content
# maxSurge: 25%

image:
repositorySettings:
Expand Down

0 comments on commit c1e9472

Please sign in to comment.