blakeblackshear / blakeshome-charts

Repo for helm charts
45 stars 58 forks source link

different problems #52

Open torsteinelv opened 11 months ago

torsteinelv commented 11 months ago

with version 12.1 persistent /media not possible. also not /config With 13 beta /config is needed and not possible to do this extra volumes. /config is also read only mode so cannot download models.

XtremeOwnageDotCom commented 10 months ago

There are already two PRs open that would correct these issues.

https://github.com/blakeblackshear/blakeshome-charts/pull/9 - Corrects the issue with nothing being persisted.

https://github.com/blakeblackshear/blakeshome-charts/pull/51 - Corrects the issue with beta 13 not being usable.

@billimek / @blakeblackshear

@torsteinelv for a work-around, until this really old PR gets merged in, you can add this. Although, this is only going to help for 0.12.x releases, and will not help for beta 13.

extraVolumeMounts:
  - name: data
    mountPath: /media
    subPath: media