Try directly with service and remove port patch to chart
This commit is contained in:
parent
f27e800daa
commit
6ca3875011
2 changed files with 0 additions and 6 deletions
|
@ -215,8 +215,6 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8081
|
containerPort: 8081
|
||||||
- name: refresh-token
|
|
||||||
containerPort: 8082
|
|
||||||
{{- if .Values.hub.livenessProbe.enabled }}
|
{{- if .Values.hub.livenessProbe.enabled }}
|
||||||
{{- /* NOTE:
|
{{- /* NOTE:
|
||||||
We don't know how long hub database upgrades could take so having a
|
We don't know how long hub database upgrades could take so having a
|
||||||
|
|
|
@ -151,10 +151,6 @@ hub:
|
||||||
'command': [sys.executable, '/usr/local/etc/jupyterhub/refresh-token.py']
|
'command': [sys.executable, '/usr/local/etc/jupyterhub/refresh-token.py']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
c.JupyterHub.admin_users = {"refresh-token"}
|
|
||||||
c.JupyterHub.api_tokens = {
|
|
||||||
os.environ['JUPYTERHUB_API_KEY']: "refresh-token",
|
|
||||||
}
|
|
||||||
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…
Add table
Reference in a new issue