Change port
This commit is contained in:
parent
c8fe7b1a2a
commit
8f122e9249
|
@ -142,10 +142,13 @@ hub:
|
||||||
c.JupyterHub.services = [
|
c.JupyterHub.services = [
|
||||||
{
|
{
|
||||||
'name': 'refresh-token',
|
'name': 'refresh-token',
|
||||||
'url': 'http://0.0.0.0:10101',
|
'url': 'http://0.0.0.0:8082',
|
||||||
'command': [sys.executable, '/usr/local/etc/jupyterhub/refresh-token.py']
|
'command': [sys.executable, '/usr/local/etc/jupyterhub/refresh-token.py']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
service:
|
||||||
|
extraPorts:
|
||||||
|
- 8082
|
||||||
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