Skip to content

Instantly share code, notes, and snippets.

@anoopl
Created March 10, 2020 06:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anoopl/f44b49b95cd4d6a1156b3d3787531ff7 to your computer and use it in GitHub Desktop.
Save anoopl/f44b49b95cd4d6a1156b3d3787531ff7 to your computer and use it in GitHub Desktop.
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