mirror of
https://github.com/nold360/hive-apps
synced 2024-11-08 06:46:36 +00:00
18 lines
302 B
YAML
18 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
|