Skip to content

Commit 18b081e

Browse files
02 tag
1 parent f14bd75 commit 18b081e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

express-rollout/rollout.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
app: express
1717
spec:
1818
containers:
19-
- image: xeonalex/guesbook:0.1
19+
- image: xeonalex/guesbook:0.2
2020
name: express
2121
ports:
2222
- name: http
@@ -25,9 +25,9 @@ spec:
2525
minReadySeconds: 30
2626
strategy:
2727
canary:
28-
# analysis:
29-
# templates:
30-
# - templateName: only-fail
28+
analysis:
29+
templates:
30+
- templateName: only-fail
3131
# startingStep: 1 # delay starting analysis run until setWeight: 40%
3232
steps:
3333
- setWeight: 20

0 commit comments

Comments
 (0)