Skip to content
Snippets Groups Projects
Commit 06e6d6ca authored by Cedi's avatar Cedi
Browse files

increase maxSurge to 33% to speed up deployment

parent 55316779
No related branches found
No related tags found
No related merge requests found
Pipeline #13487 passed
...@@ -12,7 +12,7 @@ spec: ...@@ -12,7 +12,7 @@ spec:
strategy: strategy:
type: RollingUpdate type: RollingUpdate
rollingUpdate: rollingUpdate:
maxSurge: 10% maxSurge: 33%
minReadySeconds: 30 minReadySeconds: 30
template: template:
metadata: metadata:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment