2022-01-08 16:35:06 +00:00
|
|
|
image:
|
2023-01-25 15:21:50 +00:00
|
|
|
repository: ghcr.io/onedr0p/unpackerr
|
2023-08-07 00:46:14 +00:00
|
|
|
tag: 0.12.0
|
2022-01-08 16:35:06 +00:00
|
|
|
|
2021-11-28 10:03:18 +00:00
|
|
|
env:
|
2023-01-25 16:03:34 +00:00
|
|
|
#UN_FOLDER_0_PATH: /downloads
|
|
|
|
#UN_FOLDER_0_DELETE_AFTER: "0"
|
|
|
|
#UN_FOLDER_0_MOVE_BACK: "true"
|
|
|
|
|
|
|
|
UN_SONARR_0_URL: http://sonarr.sonarr.svc.cluster.local:8989
|
|
|
|
UN_RADARR_0_URL: http://radarr.radarr.svc.cluster.local:7878
|
|
|
|
UN_LIDARR_0_URL: http://lidarr.lidarr.svc.cluster.local:8686
|
|
|
|
|
|
|
|
## Via Secret:
|
|
|
|
# UN_LIDARR_0_API_KEY:
|
|
|
|
# UN_RADARR_0_API_KEY:
|
|
|
|
# UN_SONARR_0_API_KEY:
|
|
|
|
|
|
|
|
envFrom:
|
|
|
|
- secretRef:
|
|
|
|
name: unpackerr-config
|
2021-11-28 10:03:18 +00:00
|
|
|
|
|
|
|
ingress:
|
|
|
|
main:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
privileged: false
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
downloads:
|
|
|
|
enabled: true
|
|
|
|
type: hostPath
|
|
|
|
mountPath: /downloads
|
2023-03-10 18:20:12 +00:00
|
|
|
hostPath: /data/media/torrent/complete
|