mirror of https://github.com/istio/istio.io.git
Fix doc 'Traffic Management' (#7119)
The external service `ServiceEntry` adds in this chapter is `ext-svc.example.com`, so fix it from `ext-resource` to `ext-svc.example.com`. Co-authored-by: Koki Tomoshige <36136133+tomocy@users.noreply.github.com>
This commit is contained in:
parent
8bc4139ee0
commit
f0f1bcf652
|
@ -533,7 +533,7 @@ to control the traffic to destinations that aren't registered in the mesh.
|
|||
|
||||
### Service entry example {#service-entry-example}
|
||||
|
||||
The following example mesh-external service entry adds the `ext-resource`
|
||||
The following example mesh-external service entry adds the `ext-svc.example.com`
|
||||
external dependency to Istio’s service registry:
|
||||
|
||||
{{< text yaml >}}
|
||||
|
|
Loading…
Reference in New Issue