mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
35 lines
707 B
YAML
35 lines
707 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/unpackerr
|
|
tag: 0.11.2
|
|
|
|
env:
|
|
#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
|
|
|
|
ingress:
|
|
main:
|
|
enabled: false
|
|
|
|
securityContext:
|
|
privileged: false
|
|
|
|
persistence:
|
|
downloads:
|
|
enabled: true
|
|
type: hostPath
|
|
mountPath: /downloads
|
|
hostPath: /data/media/torrent/complete
|