Created
February 6, 2018 15:27
-
-
Save salrashid123/c3dd9f11fd47c8b8af4c03fb063b27cc to your computer and use it in GitHub Desktop.
istio_doc_egress
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: config.istio.io/v1alpha2 | |
kind: EgressRule | |
metadata: | |
name: allow-googleapis-egress-rule | |
spec: | |
destination: | |
service: www.bbc.com | |
ports: | |
- port: 443 | |
protocol: https |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment