Files
helm-charts/charts/lazy-librarian/README.md
2024-04-21 03:59:25 -06:00

3.3 KiB

lazylibrarian

Version: 0.1.0 AppVersion: version-b3a081ec

A Helm chart for deploying LazyLibrarian

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Source Code

Requirements

Kubernetes: >=1.16.0-0

Dependencies

Repository Name Version
https://github.com/bjw-s/helm-charts common 3.1.0

TL;DR

helm repo add alexlebens-helm-charts http://alexlebens.github.io/helm-charts
helm repo update
helm install lazy-librarian alexlebens-helm-charts/lazy-librarian

Installing the Chart

To install the chart with the release name lazy-librarian

helm install lazy-librarian alexlebens-helm-charts/lazy-librarian

Uninstalling the Chart

To uninstall the lazy-librarian deployment

helm uninstall lazy-librarian

The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.

Specify each parameter using the --set key=value[,key=value] argument to helm install.

helm install lazy-librarian \
  --set env.TZ="US/Mountain" \
    alexlebens-helm-charts/lazy-librarian

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

helm install lazy-librarian alexlebens-helm-charts/lazy-librarian -f values.yaml

Values

Important: When deploying an application Helm chart you can add more values from the common library chart here

Key Type Default Description
env object See below environment variables.
env.PGID string "1001" Specify the group ID the application will run as
env.PUID string "1001" Specify the user ID the application will run as
env.TZ string "UTC" Set the container timezone
env.DOCKER_MODS string `"linuxserver/mods:universal-calibre linuxserver/mods:lazylibrarian-ffmpeg"`
image.pullPolicy string "IfNotPresent" image pull policy
image.repository string "linuxserver/lazylibrarian" image repository
image.tag string "version-b3a081ec" image tag
ingress.main object See values.yaml Enable and configure ingress settings for the chart under this key.
persistence object See values.yaml Configure persistence settings for the chart under this key.
service object See values.yaml Configures service settings for the chart.