File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
docs/source/jupyterhub/customizing Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -118,12 +118,14 @@ The following configuration will increase the SHM allocation by mounting a
118118singleuser :
119119 storage :
120120 extraVolumes :
121- shm-volume :
121+ # Arbitrary key for identity & ordering
122+ 1-shm-volume :
122123 name : shm-volume
123124 emptyDir :
124125 medium : Memory
125126 extraVolumeMounts :
126- shm-volume :
127+ # Arbitrary key for identity & ordering
128+ 1-shm-volume :
127129 name : shm-volume
128130 mountPath : /dev/shm
129131` ` `
Original file line number Diff line number Diff line change @@ -235,12 +235,14 @@ pods:
235235singleuser:
236236 storage:
237237 extraVolumes:
238- jupyterhub-shared:
238+ # Arbitrary key for identity & ordering
239+ 1-jupyterhub-shared:
239240 name: jupyterhub-shared
240241 persistentVolumeClaim:
241242 claimName: jupyterhub-shared-volume
242243 extraVolumeMounts:
243- jupyterhub-shared:
244+ # Arbitrary key for identity & ordering
245+ 1-jupyterhub-shared:
244246 name: jupyterhub-shared
245247 mountPath: /home/shared
246248` ` `
You can’t perform that action at this time.
0 commit comments