Skip to content

Instantly share code, notes, and snippets.

@farukonder
Created September 24, 2018 14:34
Show Gist options
  • Save farukonder/2104ca5482c6e8331646c0babc181f4a to your computer and use it in GitHub Desktop.
Save farukonder/2104ca5482c6e8331646c0babc181f4a to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: guestbook-gateway
spec:
selector:
istio: ingressgateway # use istio default controller
servers:
- port:
number: 14000
name: http
protocol: HTTP
hosts:
- "*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment