We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbe420c + 3927689 commit 2e9c8ccCopy full SHA for 2e9c8cc
jupyterhub/thelio-config.yaml
@@ -20,14 +20,18 @@ singleuser:
20
storage:
21
capacity: 60Gi
22
extraVolumeMounts:
23
- - name: "volume-{username}{servername}"
+ - name: "volume-{escaped_user_server}"
24
mountPath: /home/rstudio
25
# - name: shm-volume
26
# mountPath: /dev/shm
27
# extraVolumes:
28
29
# emptyDir:
30
# medium: Memory
31
+ lifecycleHooks:
32
+ postStart:
33
+ exec:
34
+ command: ["/bin/bash", "-c", "if [ -f '/opt/share/start.sh' ]; then /bin/bash '/opt/share/start.sh'; fi"]
35
extraFiles:
36
jupyter_server_config.json:
37
mountPath: /usr/local/etc/jupyter/jupyter_server_config.json
0 commit comments