Created
March 10, 2020 06:34
-
-
Save anoopl/f44b49b95cd4d6a1156b3d3787531ff7 to your computer and use it in GitHub Desktop.
This file contains 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: Gateway | |
metadata: | |
annotations: | |
name: ingressgateway | |
spec: | |
selector: | |
istio: ingressgateway | |
servers: | |
- hosts: | |
- '*' | |
port: | |
name: services | |
number: 80 | |
protocol: HTTP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment