Created
October 30, 2018 18:38
-
-
Save zparnold/3f2ac62ea504f83be21241fc049ba979 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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