Skip to content

Commit 8d64c5f

Browse files
Update canary-rollout.yaml
1 parent e7c6b0d commit 8d64c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

canary-rollout-ingress/canary-rollout.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
containers:
1717
- name: canary-demo
1818
#image: boblinger/rollouts-demo:purple
19-
# image: boblinger/rollouts-demo:blue
19+
#image: boblinger/rollouts-demo:blue
2020
image: boblinger/rollouts-demo:green
2121
imagePullPolicy: Always
2222
ports:
@@ -29,7 +29,7 @@ spec:
2929
cpu: 5m
3030
strategy:
3131
canary:
32-
# canaryService: canary-demo-preview
32+
canaryService: canary-demo-preview
3333
steps:
3434
- setWeight: 20
3535
- pause: {duration: 25}

0 commit comments

Comments
 (0)