mirror of https://github.com/knative/docs.git
subroute -> tag (#1257)
This commit is contained in:
parent
0f93e2b513
commit
56c7865c36
|
@ -33,9 +33,9 @@ spec:
|
|||
initialDelaySeconds: 0
|
||||
periodSeconds: 3
|
||||
traffic:
|
||||
- subroute: current
|
||||
- tag: current
|
||||
revisionName: stock-service-example-first
|
||||
percent: 100
|
||||
- subroute: latest
|
||||
- tag: latest
|
||||
latestRevision: true
|
||||
percent: 0
|
||||
|
|
|
@ -33,12 +33,12 @@ spec:
|
|||
initialDelaySeconds: 0
|
||||
periodSeconds: 3
|
||||
traffic:
|
||||
- subroute: current
|
||||
- tag: current
|
||||
revisionName: stock-service-example-first
|
||||
percent: 50
|
||||
- subroute: candidate
|
||||
- tag: candidate
|
||||
revisionName: stock-service-example-second
|
||||
percent: 50
|
||||
- subroute: latest
|
||||
- tag: latest
|
||||
latestRevision: true
|
||||
percent: 0
|
||||
|
|
|
@ -33,9 +33,9 @@ spec:
|
|||
initialDelaySeconds: 0
|
||||
periodSeconds: 3
|
||||
traffic:
|
||||
- subroute: current
|
||||
- tag: current
|
||||
revisionName: stock-service-example-first
|
||||
percent: 100
|
||||
- subroute: latest
|
||||
- tag: latest
|
||||
latestRevision: true
|
||||
percent: 0
|
||||
|
|
Loading…
Reference in New Issue