You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
327 B
19 lines
327 B
apiVersion: networking.istio.io/v1alpha3
|
|
kind: VirtualService
|
|
metadata:
|
|
name: guestbook-ui
|
|
spec:
|
|
hosts:
|
|
- guestbook-ui
|
|
http:
|
|
- match:
|
|
- uri:
|
|
prefix: "/"
|
|
route:
|
|
- destination:
|
|
host: guestbook-ui
|
|
subset: v2
|
|
- route:
|
|
- destination:
|
|
host: guestbook-ui
|
|
subset: v1
|
|
|