Skip to content

Instantly share code, notes, and snippets.

@SaifRehman
Created December 20, 2018 21:51
Show Gist options
  • Select an option

  • Save SaifRehman/1f89fb243dfe8701b1f199a3c3a86f2d to your computer and use it in GitHub Desktop.

Select an option

Save SaifRehman/1f89fb243dfe8701b1f199a3c3a86f2d to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: servicemesh
spec:
gateways:
- gateway
hosts:
- '*'
http:
- match:
- uri:
prefix: /bookingsvc/
rewrite:
uri: "/"
route:
- destination:
host: bookingsvc.default.svc.cluster.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment