Last active
May 20, 2019 14:00
-
-
Save masroorhasan/6dc7d958b1308ef4a6a4ac7899520270 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: ServiceEntry | |
metadata: | |
name: aws-s3 | |
spec: | |
hosts: | |
- s3.us-east-2.amazonaws.com | |
ports: | |
- number: 80 | |
name: http-port | |
protocol: HTTP | |
- number: 443 | |
name: https | |
protocol: HTTPS | |
resolution: DNS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment