Add hub to hosts
This commit is contained in:
parent
fce705ca47
commit
3dc9ed0c74
|
@ -155,6 +155,11 @@ hub:
|
||||||
c.JupyterHub.api_tokens = {
|
c.JupyterHub.api_tokens = {
|
||||||
os.environ['JUPYTERHUB_API_KEY']: "refresh-token",
|
os.environ['JUPYTERHUB_API_KEY']: "refresh-token",
|
||||||
}
|
}
|
||||||
|
c.JupyterHub.extra_host_config.update({
|
||||||
|
"extra_hosts": {
|
||||||
|
"hub":"127.0.0.1"
|
||||||
|
}
|
||||||
|
})
|
||||||
extraFiles:
|
extraFiles:
|
||||||
refresh-token.py:
|
refresh-token.py:
|
||||||
mountPath: /usr/local/etc/jupyterhub/refresh-token.py
|
mountPath: /usr/local/etc/jupyterhub/refresh-token.py
|
||||||
|
|
Loading…
Reference in a new issue