Skip to content

Commit 10d4c89

Browse files
heiskrCopilot
andauthored
Step webapp maxSurge 25% -> 50% to speed deploys (#62179)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 51c2ad9 commit 10d4c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/kubernetes/production/deployments/webapp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
# Prevents capacity loss during deploys. Safe because we're over-provisioned.
1515
maxUnavailable: 0
1616
# Percentage so it scales with replica count changes.
17-
maxSurge: '25%'
17+
maxSurge: '50%'
1818
selector:
1919
matchLabels:
2020
app: webapp

0 commit comments

Comments
 (0)