Skip to content

Commit 8b70745

Browse files
green
1 parent 4a59ce8 commit 8b70745

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

canary-rollout-ingress/canary-rollout.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: canary-demo
18-
#image: boblinger/rollouts-demo:purple
19-
image: boblinger/rollouts-demo:blue
20-
#image: boblinger/rollouts-demo:green
18+
image: boblinger/rollouts-demo:green
2119
imagePullPolicy: Always
2220
ports:
2321
- name: http

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
blue
1+
green

0 commit comments

Comments
 (0)