Skip to content

Instantly share code, notes, and snippets.

@voraviz
Created February 23, 2021 10:11
Show Gist options
  • Save voraviz/7f33596fac648e22dc0c723703af04d4 to your computer and use it in GitHub Desktop.
Save voraviz/7f33596fac648e22dc0c723703af04d4 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: httpbin
spec:
hosts:
- httpbin.org
http:
- route:
- destination:
host: httpbin.org
weight: 100
timeout: 3s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment