Skip to content

Instantly share code, notes, and snippets.

@zparnold
Created October 30, 2018 18:38
Show Gist options
  • Save zparnold/3f2ac62ea504f83be21241fc049ba979 to your computer and use it in GitHub Desktop.
Save zparnold/3f2ac62ea504f83be21241fc049ba979 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: stripe-external
spec:
hosts:
- "api.stripe.com"
tls:
- match:
- port: 443
sniHosts:
- api.stripe.com
route:
- destination:
host: api.stripe.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment