mirror of https://github.com/istio/istio.io.git
Remove sourceLabels match part (#6965)
* Fix sourceLabels example yaml error * Remove sourceLabels match part * Remove ...
This commit is contained in:
parent
3182bba545
commit
b8b7f2c02b
|
@ -303,14 +303,6 @@ spec:
|
|||
route:
|
||||
- destination:
|
||||
host: ratings
|
||||
...
|
||||
|
||||
http:
|
||||
- match:
|
||||
sourceLabels:
|
||||
app: reviews
|
||||
route:
|
||||
...
|
||||
{{< /text >}}
|
||||
|
||||
For some match conditions, you can also choose to select them using the exact
|
||||
|
|
Loading…
Reference in New Issue