Make everything work
This commit is contained in:
parent
e3070ba81a
commit
505aac2989
|
@ -7,7 +7,8 @@ helmCharts:
|
||||||
name: jupyterhub
|
name: jupyterhub
|
||||||
releaseName: hig-jupyterhub
|
releaseName: hig-jupyterhub
|
||||||
valuesFile: ./values/values.yaml
|
valuesFile: ./values/values.yaml
|
||||||
version: 3.0.3
|
version: 3.2.1
|
||||||
|
namespace: hig-jupyterhub
|
||||||
helmGlobals:
|
helmGlobals:
|
||||||
chartHome: ../../../base/charts/
|
chartHome: ../../../base/charts/
|
||||||
patches:
|
patches:
|
||||||
|
|
|
@ -321,6 +321,7 @@ singleuser:
|
||||||
storageClass: csi-sc-cinderplugin
|
storageClass: csi-sc-cinderplugin
|
||||||
extraEnv:
|
extraEnv:
|
||||||
JUPYTER_ENABLE_LAB: "yes"
|
JUPYTER_ENABLE_LAB: "yes"
|
||||||
|
JUPYTER_HOST: hig-jupyter.drive.test.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
|
||||||
|
|
|
@ -7,7 +7,8 @@ helmCharts:
|
||||||
name: jupyterhub
|
name: jupyterhub
|
||||||
releaseName: su-jupyterhub
|
releaseName: su-jupyterhub
|
||||||
valuesFile: ./values/values.yaml
|
valuesFile: ./values/values.yaml
|
||||||
version: 3.0.3
|
version: 3.2.1
|
||||||
|
namespace: su-jupyterhub
|
||||||
helmGlobals:
|
helmGlobals:
|
||||||
chartHome: ../../../base/charts/
|
chartHome: ../../../base/charts/
|
||||||
patches:
|
patches:
|
||||||
|
|
|
@ -321,6 +321,7 @@ singleuser:
|
||||||
storageClass: csi-sc-cinderplugin
|
storageClass: csi-sc-cinderplugin
|
||||||
extraEnv:
|
extraEnv:
|
||||||
JUPYTER_ENABLE_LAB: "yes"
|
JUPYTER_ENABLE_LAB: "yes"
|
||||||
|
JUPYTER_HOST: su-jupyter.drive.test.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
|
||||||
|
|
|
@ -321,6 +321,7 @@ 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
|
||||||
extraFiles:
|
extraFiles:
|
||||||
jupyter_notebook_config:
|
jupyter_notebook_config:
|
||||||
mountPath: /home/jovyan/.jupyter/jupyter_server_config.py
|
mountPath: /home/jovyan/.jupyter/jupyter_server_config.py
|
||||||
|
|
|
@ -7,7 +7,8 @@ helmCharts:
|
||||||
name: jupyterhub
|
name: jupyterhub
|
||||||
releaseName: uu-jupyterhub
|
releaseName: uu-jupyterhub
|
||||||
valuesFile: ./values/values.yaml
|
valuesFile: ./values/values.yaml
|
||||||
version: 3.0.3
|
version: 3.2.1
|
||||||
|
namespace: uu-jupyterhub
|
||||||
helmGlobals:
|
helmGlobals:
|
||||||
chartHome: ../../../base/charts/
|
chartHome: ../../../base/charts/
|
||||||
patches:
|
patches:
|
||||||
|
|
|
@ -321,6 +321,7 @@ singleuser:
|
||||||
storageClass: csi-sc-cinderplugin
|
storageClass: csi-sc-cinderplugin
|
||||||
extraEnv:
|
extraEnv:
|
||||||
JUPYTER_ENABLE_LAB: "yes"
|
JUPYTER_ENABLE_LAB: "yes"
|
||||||
|
JUPYTER_HOST: uu-jupyter.drive.test.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