Installs Immich, a self-hosted photo and video backup solution directly from your mobile phone.
This repo contains helm charts the immich community developed to help deploying Immich on Kubernetes cluster.
It leverages bjw-s the library-chart to make configuration as easy as possible.
$ helm repo add immich https://immich-app.github.io/immich-charts
$ helm install --create-namespace --namespace immich immich immich/immich
The immich chart is highly customizable. You can see a detailed documentation
of all possible changes within the charts/immich/values.yaml
file.
To see the currently installed Immich chart:
helm ls --namespace immich
To uninstall/delete the immich
chart:
helm delete --namespace immich immich
The command removes all the Kubernetes components associated with the chart and deletes the release.