Skip to content

Instantly share code, notes, and snippets.

@fai555
Created April 16, 2020 11:42
Show Gist options
  • Select an option

  • Save fai555/bf416fc7065710ae00a2d98f982ebdf9 to your computer and use it in GitHub Desktop.

Select an option

Save fai555/bf416fc7065710ae00a2d98f982ebdf9 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: <GATEWAY_NAME>
spec:
selector:
istio: ingressgateway # use istio default controller
servers:
- port:
number: 80
name: http
protocol: HTTP
hosts:
- "*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment