Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- apiVersion: networking.istio.io/v1alpha3
- kind: VirtualService
- metadata:
- name: example-serve
- namespace: "test"
- spec:
- hosts:
- - "example.com"
- gateways:
- - test/gateway
- http:
- - match:
- - uri:
- prefix: /scripts
- rewrite:
- uri: "/"
- route:
- - destination:
- port:
- number: 8080
- host: example-serve
- subset: v1
- corsPolicy:
- allowOrigins:
- - exact: "cors-host"
- allowCredentials: true
- allowMethods:
- - GET
- - OPTIONS
- - POST
- allowHeaders:
- - Authorization
- - Content-Type
Advertisement
Add Comment
Please, Sign In to add comment