Skip to content

Instantly share code, notes, and snippets.

@rinormaloku
Created January 5, 2019 10:11
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 rinormaloku/577d0e23590f7a8dfbe56fe2a1f853d7 to your computer and use it in GitHub Desktop.
Save rinormaloku/577d0e23590f7a8dfbe56fe2a1f853d7 to your computer and use it in GitHub Desktop.
[Gateway] used to showcase Istio gateways for the article http://rinormaloku.com/istio-practice-gateways/
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: http-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