---
apiVersion: v1
kind: Service
metadata:
  name: jupyterhub
spec:
  type: NodePort
  ports:
    - port: 9045
      protocol: TCP
      name: hub
    - port: 8081
      protocol: TCP
      name: proxy
  selector:
    app.kubernetes.io/name: jupyterhub
