Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created January 27, 2020 08:58
Show Gist options
  • Save selcukusta/ae605f013976eb29251db00478fdafc9 to your computer and use it in GitHub Desktop.
Save selcukusta/ae605f013976eb29251db00478fdafc9 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: app-vs
spec:
hosts:
- "selcukusta.com"
- "www.selcukusta.com"
gateways:
- app-gw
http:
- match:
- uri:
prefix: /
route:
- destination:
host: personal-website-ui
port:
number: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment