Skip to content

Commit fe17a39

Browse files
green
1 parent 37b560a commit fe17a39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

canary-rollout-ingress/canary-rollout.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ spec:
1616
containers:
1717
- name: canary-demo
1818
#image: boblinger/rollouts-demo:purple
19-
image: boblinger/rollouts-demo:blue
20-
# image: boblinger/rollouts-demo:green
19+
#image: boblinger/rollouts-demo:blue
20+
image: boblinger/rollouts-demo:green
2121
imagePullPolicy: Always
2222
ports:
2323
- 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)