Skip to content

Instantly share code, notes, and snippets.

@chechuironman
Created August 18, 2020 11:00
Show Gist options
  • Save chechuironman/63884e3172fe2eaa9a8c89a1c4e2878b to your computer and use it in GitHub Desktop.
Save chechuironman/63884e3172fe2eaa9a8c89a1c4e2878b to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: ui-virtualservice
spec:
hosts:
- "ui-cloud-lab.apps.cp41apps. chechu.com"
gateways:
- ui-gateway
http:
- match:
- uri:
prefix: /
rewrite:
uri: /
route:
- destination:
host: ui
port:
number: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment