Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # VirtualService <code> apiVersion: networking.istio.io/v1alpha3 kind: VirtualService metadata: name: reviews spec: hosts: - reviews http: - match: - headers: end-user: exact: jackson route: - destination: host: reviews subset: v2 - route: - destination: host: reviews subset: v3 </code> ### Gateway <code> apiVersion: networking.istio.io/v1alpha3 kind: Gateway metadata: name: bookinfo-gateway spec: selector: istio: ingressgateway servers: - port: number: 80 name: http protocol: HTTP hosts: - "*" </code> - https://cwal.tistory.com/42 open/virtualservice.txt Last modified: 2024/10/05 06:15by 127.0.0.1