Files
chart/library/ix-dev/community/deluge/ci/basic-values.yaml
Stavros Kois 1ecbf5734a NAS-123258 / 23.10 / allow to expose daemon port (#1412)
* 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
2023-07-27 21:21:42 +03:00

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