mirror of
https://github.com/nold360/hive-apps
synced 2024-11-08 14:56:35 +00:00
19 lines
302 B
YAML
19 lines
302 B
YAML
|
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
|