mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 19:58:21 +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
39 lines
571 B
YAML
39 lines
571 B
YAML
image:
|
|
repository: linuxserver/deluge
|
|
pullPolicy: IfNotPresent
|
|
tag: '2.1.1'
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
delugeConfig:
|
|
additionalEnvs: []
|
|
|
|
delugeNetwork:
|
|
hostNetwork: false
|
|
webPort: 30038
|
|
torrentPort: 30039
|
|
exposeDaemon: false
|
|
daemonPort: 58846
|
|
|
|
delugeID:
|
|
user: 568
|
|
group: 568
|
|
|
|
delugeStorage:
|
|
config:
|
|
type: ixVolume
|
|
datasetName: config
|
|
downloads:
|
|
type: ixVolume
|
|
datasetName: downloads
|
|
additionalStorages: []
|
|
|
|
notes:
|
|
custom: |
|
|
Default credentials:
|
|
- Username: admin
|
|
- Password: deluge
|