Files
truecharts/charts/stable/unpackerr/helm-values.md
T
TrueCharts-Bot 08771717be Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-31 09:17:40 +00:00

1.9 KiB

unpackerr

Version: 1.11.2 Type: application AppVersion: auto

This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them

Homepage: https://github.com/truecharts/apps/tree/master/charts/incubator/unpackrr

Maintainers

Name Email Url
TrueCharts info@truecharts.org truecharts.org

Source Code

Requirements

Kubernetes: >=1.16.0-0

Repository Name Version
https://truecharts.org/ common 6.12.1

Values

Key Type Default Description
env object {}
image.pullPolicy string "IfNotPresent"
image.repository string "golift/unpackerr"
image.tag string "0.9.7"
persistence.downloads.accessMode string "ReadWriteOnce"
persistence.downloads.enabled bool true
persistence.downloads.mountPath string "/downloads"
persistence.downloads.size string "100Gi"
persistence.downloads.type string "pvc"
portal.enabled bool false
probes.liveness.enabled bool false
probes.readiness.enabled bool false
probes.startup.enabled bool false
service.main.enabled bool false
service.main.ports.main.enabled bool false
strategy.type string "Recreate"

Autogenerated from chart metadata using helm-docs v1.5.0