Correct hostnames
This commit is contained in:
parent
7eb3369a04
commit
ab5b6a3e11
|
@ -277,8 +277,8 @@ hub:
|
||||||
name: refresh-token
|
name: refresh-token
|
||||||
extraEnv:
|
extraEnv:
|
||||||
NEXTCLOUD_DEBUG_OAUTH: "no"
|
NEXTCLOUD_DEBUG_OAUTH: "no"
|
||||||
NEXTCLOUD_HOST: sunet.drive.test.sunet.se
|
NEXTCLOUD_HOST: sunet.drive.sunet.se
|
||||||
JUPYTER_HOST: sunet-jupyter.drive.test.sunet.se
|
JUPYTER_HOST: sunet-jupyter.drive.sunet.se
|
||||||
JUPYTERHUB_API_KEY:
|
JUPYTERHUB_API_KEY:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
@ -321,8 +321,8 @@ singleuser:
|
||||||
storageClass: csi-sc-cinderplugin
|
storageClass: csi-sc-cinderplugin
|
||||||
extraEnv:
|
extraEnv:
|
||||||
JUPYTER_ENABLE_LAB: "yes"
|
JUPYTER_ENABLE_LAB: "yes"
|
||||||
JUPYTER_HOST: sunet-jupyter.drive.test.sunet.se
|
JUPYTER_HOST: sunet-jupyter.drive.sunet.se
|
||||||
NEXTCLOUD_HOST: sunet.drive.test.sunet.se
|
NEXTCLOUD_HOST: sunet.drive.sunet.se
|
||||||
extraFiles:
|
extraFiles:
|
||||||
jupyter_notebook_config:
|
jupyter_notebook_config:
|
||||||
mountPath: /home/jovyan/.jupyter/jupyter_server_config.py
|
mountPath: /home/jovyan/.jupyter/jupyter_server_config.py
|
||||||
|
|
Loading…
Reference in a new issue