Skip to content

Commit

Permalink
reduce maxSurge to 2 for workers
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Feb 13, 2025
1 parent a5aa117 commit 7526bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/windmill/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: windmill
type: application
version: 2.0.364
version: 2.0.365
appVersion: 1.461.0
dependencies:
- condition: postgresql.enabled
Expand Down
2 changes: 1 addition & 1 deletion charts/windmill/templates/worker-groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 3
maxSurge: 2
maxUnavailable: 0
{{- else if eq $controllerType "StatefulSet" }}
serviceName: windmill-workers-{{ $v.name }}
Expand Down

0 comments on commit 7526bee

Please sign in to comment.