Skip to content

Commit a9fbe04

Browse files
01 tag
1 parent 86439b8 commit a9fbe04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

canary-rollout-demo-presentation/canary-rollout.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: canary-demo
18-
image: xeonalex/guesbook:0.3
18+
image: xeonalex/guesbook:0.1
1919
imagePullPolicy: Always
2020
ports:
2121
- name: http
@@ -29,7 +29,7 @@ spec:
2929
canary:
3030
canaryService: canary-service
3131
stableService: stable-service
32-
# dynamicStableScale: true
32+
dynamicStableScale: true # scale down stable replice during rollout or not
3333
trafficRouting:
3434
nginx:
3535
stableIngress: rollout-ingress

0 commit comments

Comments
 (0)