Skip to content

Commit a3d4961

Browse files
green app
1 parent 950e8f4 commit a3d4961

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

canary-rollout-ingress/canary-rollout.yaml

Lines changed: 1 addition & 1 deletion
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:

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)