mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
22 lines
355 B
YAML
22 lines
355 B
YAML
image:
|
|
repository: golift/unpackerr
|
|
tag: 0.10.1
|
|
|
|
env:
|
|
UN_FOLDER_0_PATH: /downloads
|
|
UN_FOLDER_0_DELETE_AFTER: "0"
|
|
UN_FOLDER_0_MOVE_BACK: "true"
|
|
|
|
ingress:
|
|
main:
|
|
enabled: false
|
|
|
|
securityContext:
|
|
privileged: false
|
|
|
|
persistence:
|
|
downloads:
|
|
enabled: true
|
|
type: hostPath
|
|
mountPath: /downloads
|
|
hostPath: /data/torrent/complete
|