blob: 6e00bcad74cbde44032d083971cdb0fa8d3d684c [file] [log] [blame]
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: ecma-not-v2
spec:
hosts:
- "*"
gateways:
- bookinfo-gateway
http:
- match:
- uri:
regex: "^(?!.<path to match here>.).*"
route:
- destination:
host: productpage