mirror of
https://github.com/truenas/charts.git
synced 2026-04-02 10:21:14 +08:00
* allow to expose daemon port * remove redundant line break * test with daemon exposed * handle it differently for smooth upgrades * Use a port in the available range of CI
12 lines
228 B
YAML
12 lines
228 B
YAML
delugeStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/config
|
|
downloads:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/downloads
|
|
|
|
delugeNetwork:
|
|
exposeDaemon: true
|
|
daemonPort: 32100
|