Configure base url in Zero to JupyterHub with Kubernetes

5/29/2019

I want to change the base url of my JupyterHub, how can I do this with the Zero to Jupyterhub with Kubernetes project?

I know it is possible to change the hub's base url, it is stated on the bottom of this page: https://jupyterhub.readthedocs.io/en/stable/getting-started/networking-basics.html. But I can't find it as config parameter in the Configuration Reference.

-- Stanko
jupyter-notebook
jupyterhub
kubernetes
kubernetes-helm

1 Answer

9/24/2019

you can put in config.yaml of helm:

hub:
  baseUrl: /jupyter
-- ilya
Source: StackOverflow