Skip to content

Commit 3ba4c4f

Browse files
author
student
committed
canary 3 steps
1 parent 2316160 commit 3ba4c4f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

manifests/rollout.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ spec:
99
strategy:
1010
canary:
1111
steps:
12-
- setWeight: 50
13-
- pause: { duration: 60s }
12+
- setWeight: 25
13+
- pause: { duration: 120s }
14+
- setWeight: 75
15+
- pause: { duration: 120s }
1416
- setWeight: 100
1517
selector:
1618
matchLabels:

0 commit comments

Comments
 (0)