Update jupyterhub_config.py

This commit is contained in:
Yûki VACHOT 2021-10-22 07:11:15 +02:00 committed by GitHub
parent 38c9cb4473
commit b8991a772d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,7 @@ c.JupyterHub.hub_ip = '0.0.0.0'
# c.KubeSpawner.image = image
c.KubeSpawner.image = "jupyter/pyspark-notebook:latest"
c.KubeSpawner.cmd=["jupyter-labhub"]
c.KubeSpawner.service_account = "hub"
# if get_config('singleuser.imagePullSecret.enabled'):
@ -258,7 +258,7 @@ volume_name_template = 'volume-{username}'
c.KubeSpawner.storage_pvc_ensure = True
c.KubeSpawner.storage_class = 'standard'
c.KubeSpawner.storage_access_modes = ['ReadWriteOnce']
c.KubeSpawner.storage_capacity = '200Mi'
c.KubeSpawner.storage_capacity = '25Gi'
# Add volumes to singleuser pods
c.KubeSpawner.volumes = [