Skip to content

Instantly share code, notes, and snippets.

@farukonder
Created September 24, 2018 14:46
Show Gist options
  • Save farukonder/a0b1b33fe73a0f2fb60232e687cbe808 to your computer and use it in GitHub Desktop.
Save farukonder/a0b1b33fe73a0f2fb60232e687cbe808 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: virtual-service-guestbook
spec:
hosts:
- '*'
gateways:
- guestbook-gateway
http:
- route:
- destination:
port:
number: 14100
host: guestbook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment