immich-app / immich-charts

Helm chart implementation of Immich
https://immich.app
GNU Affero General Public License v3.0
110 stars 48 forks source link

feat(pvc): add support for creating PVC via chart #5

Closed PixelJonas closed 1 year ago

PixelJonas commented 1 year ago

This PR adds support for PVCs to be created via the chart

PVC created via the persistence key are also auto-mounted to every deployment

bo0tzz commented 1 year ago

Are these just copy pasted from the library chart (or do they need reviewing)?

PixelJonas commented 1 year ago

mostly just copy&paste

onichandame commented 4 months ago

sorry to revive the closed issue. what is the current state of 'auto creating pvc via chart'? is it not intended or on the roadmap?

bo0tzz commented 4 months ago

I decided against it. It was significantly easier to take the current approach, and in my personal opinion important volumes are best managed directly anyways.