Skip to content

Instantly share code, notes, and snippets.

@harsimranmaan
Created September 15, 2020 01:49
Show Gist options
  • Save harsimranmaan/4315477268fccea65accf8674f5c49ef to your computer and use it in GitHub Desktop.
Save harsimranmaan/4315477268fccea65accf8674f5c49ef to your computer and use it in GitHub Desktop.
jupyterhub-istio-proxy-gateway.yaml
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: jupyterhub-gateway
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