helm-chart icon indicating copy to clipboard operation
helm-chart copied to clipboard

Add persistent volume configuration to jupyter

Open wabscale opened this issue 4 years ago • 8 comments

I was having issues with the jupyter where any notebooks saved were lost any time the pod kicked over. I've added some very simple configuration to add a persistent volume claim to the jupyter instance (which is disabled by default).

jupyter:
  persistent:
    enable: false
    storageClass: "default"
    size: 1Gi
    path: /home/jovyan/persistent

I've made it so that you can specify where the volume gets mounted, the size, and the storage class. When the storage class name is "default", it will use whatever the default storage class is.

wabscale avatar Jul 10 '20 03:07 wabscale

Archiving is okay by me

jrbourbeau avatar Feb 11 '21 02:02 jrbourbeau