We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe17a39 commit 4a59ce8Copy full SHA for 4a59ce8
canary-rollout-ingress/canary-rollout.yaml
@@ -16,8 +16,8 @@ spec:
16
containers:
17
- name: canary-demo
18
#image: boblinger/rollouts-demo:purple
19
- #image: boblinger/rollouts-demo:blue
20
- image: boblinger/rollouts-demo:green
+ image: boblinger/rollouts-demo:blue
+ #image: boblinger/rollouts-demo:green
21
imagePullPolicy: Always
22
ports:
23
- name: http
service.yaml
@@ -1 +1 @@
1
-green
+blue
0 commit comments