mirror of
https://github.com/truenas/charts.git
synced 2026-04-27 12:03:03 +08:00
11 lines
207 B
YAML
11 lines
207 B
YAML
delugeStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/config
|
|
downloads:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/downloads
|
|
|
|
delugeNetwork:
|
|
hostNetwork: true
|