Skip to content

Instantly share code, notes, and snippets.

@SaifRehman
Created December 20, 2018 21:49
Show Gist options
  • Select an option

  • Save SaifRehman/6ef510f9ae2680da50bb551777eb3fc9 to your computer and use it in GitHub Desktop.

Select an option

Save SaifRehman/6ef510f9ae2680da50bb551777eb3fc9 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: gateway
spec:
selector:
istio: ingressgateway
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