Skip to content

Instantly share code, notes, and snippets.

@masroorhasan
Last active May 20, 2019 14:00
Show Gist options
  • Save masroorhasan/b73c7912499b51e85bc7487aa889da01 to your computer and use it in GitHub Desktop.
Save masroorhasan/b73c7912499b51e85bc7487aa889da01 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: resnet-serving-gateway
spec:
selector:
istio: ingressgateway # use istio default controller
servers:
- port:
number: 31400
name: http
protocol: HTTP
hosts:
- "*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment