diff --git a/manifests/helm/jupyterlab/1.0.0/templates/deployment.yaml b/manifests/helm/jupyterlab/1.0.0/templates/deployment.yaml index 8271e9e..d786f9c 100644 --- a/manifests/helm/jupyterlab/1.0.0/templates/deployment.yaml +++ b/manifests/helm/jupyterlab/1.0.0/templates/deployment.yaml @@ -75,6 +75,8 @@ spec: - name: gv-{{ .claimName }} mountPath: {{ .mountPath }} {{- end }} + - name: dshm + mountPath: /dev/shm volumes: - name: localtime hostPath: @@ -98,3 +100,6 @@ spec: persistentVolumeClaim: claimName: {{ .claimName }} {{- end }} + - name: dshm + emptyDir: + medium: Memory