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
118
118
singleuser :
119
119
storage :
120
120
extraVolumes :
121
- shm-volume :
121
+ # Arbitrary key for identity & ordering
122
+ 1-shm-volume :
122
123
name : shm-volume
123
124
emptyDir :
124
125
medium : Memory
125
126
extraVolumeMounts :
126
- shm-volume :
127
+ # Arbitrary key for identity & ordering
128
+ 1-shm-volume :
127
129
name : shm-volume
128
130
mountPath : /dev/shm
129
131
` ` `
Original file line number Diff line number Diff line change @@ -235,12 +235,14 @@ pods:
235
235
singleuser:
236
236
storage:
237
237
extraVolumes:
238
- jupyterhub-shared:
238
+ # Arbitrary key for identity & ordering
239
+ 1-jupyterhub-shared:
239
240
name: jupyterhub-shared
240
241
persistentVolumeClaim:
241
242
claimName: jupyterhub-shared-volume
242
243
extraVolumeMounts:
243
- jupyterhub-shared:
244
+ # Arbitrary key for identity & ordering
245
+ 1-jupyterhub-shared:
244
246
name: jupyterhub-shared
245
247
mountPath: /home/shared
246
248
` ` `
You can’t perform that action at this time.
0 commit comments