mirror of https://github.com/istio/istio.io.git
Fix code block (#2413)
* Update Chinese translation * cUpdate Chinese translation * fix code block
This commit is contained in:
parent
44881c0ccf
commit
d4d25aca45
|
|
@ -52,7 +52,7 @@ keywords: [流量管理,路由]
|
||||||
spec:
|
spec:
|
||||||
hosts:
|
hosts:
|
||||||
- details
|
- details
|
||||||
http:
|
http:
|
||||||
- route:
|
- route:
|
||||||
- destination:
|
- destination:
|
||||||
host: details
|
host: details
|
||||||
|
|
@ -67,9 +67,9 @@ keywords: [流量管理,路由]
|
||||||
gateways:
|
gateways:
|
||||||
- bookinfo-gateway
|
- bookinfo-gateway
|
||||||
- mesh
|
- mesh
|
||||||
hosts:
|
hosts:
|
||||||
- productpage
|
- productpage
|
||||||
http:
|
http:
|
||||||
- route:
|
- route:
|
||||||
- destination:
|
- destination:
|
||||||
host: productpage
|
host: productpage
|
||||||
|
|
@ -83,7 +83,7 @@ keywords: [流量管理,路由]
|
||||||
spec:
|
spec:
|
||||||
hosts:
|
hosts:
|
||||||
- ratings
|
- ratings
|
||||||
http:
|
http:
|
||||||
- route:
|
- route:
|
||||||
- destination:
|
- destination:
|
||||||
host: ratings
|
host: ratings
|
||||||
|
|
@ -97,7 +97,7 @@ keywords: [流量管理,路由]
|
||||||
spec:
|
spec:
|
||||||
hosts:
|
hosts:
|
||||||
- reviews
|
- reviews
|
||||||
http:
|
http:
|
||||||
- route:
|
- route:
|
||||||
- destination:
|
- destination:
|
||||||
host: reviews
|
host: reviews
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue