Files
chart/community/transmission/1.3.5/ix_values.yaml
2024-01-22 14:14:24 +00:00

45 lines
908 B
YAML

image:
repository: ghcr.io/onedr0p/transmission
pullPolicy: IfNotPresent
tag: 4.0.5
resources:
limits:
cpu: 4000m
memory: 8Gi
transmissionConfig:
additionalEnvs: []
transmissionNetwork:
webPort: 30096
peerPort: 50413
hostNetwork: false
transmissionRunAs:
user: 568
group: 568
transmissionStorage:
config:
type: ixVolume
ixVolumeConfig:
datasetName: config
downloadsComplete:
type: ixVolume
ixVolumeConfig:
datasetName: downloads-complete
downloadsDir: /downloads/complete
enableIncompleteDir: true
downloadsIncomplete:
type: ixVolume
ixVolumeConfig:
datasetName: downloads-incomplete
incompleteDir: /downloads/incomplete
additionalStorages: []
notes:
custom: |
Settings can be configured via Environment Variables.
See https://github.com/onedr0p/containers/tree/main/apps/transmission for available options.