Files
truecharts/charts/stable/transmission/values.yaml
T
kjeld Schouten-Lebbing 2fda3a9e3e Common 4.0 App Refactor Part 1 - Ornias
remove common references to the addons (we don't use them yet) (+23 squashed commit)

Squashed commit:

[042fc006] try slight modification to testing framework

[6955bdad] another small qbittorrent fix

[30af6b78] fix one bitwarden error (anotherone left

[ac54db9f] enable firefly port

[a9e58eca] push qbittorrent fix

[99840038] fixed transmission

[ffe8a49e] template all the things...

[26c7b4d1] this should just work (tm)

[fcacae4c] try a transmission fix

[8d21bd91] merge unittests and app tests to limit amount of running jobs

[343ba579] more services polish

[c133342f] some small fixes

[5979e653] fix some port references

[15a1defa] oops

[2458d7e9] increase common version again

[7f74f1cf] change way ports are handled

[73c479cb] fix services naming scheme

[501aeffc] update common version again

[726954b0] fix emptydir reference for tests

[66774955] pump major versions

[6fa711d1] update common-version for all

[671a7b31] PUID and PGID changes for automated tests (non-gui changes)

[3dc21053] hostpathmounts and gpu changes
2021-05-23 18:24:30 +02:00

83 lines
1.5 KiB
YAML

# Default values for Transmission.
image:
repository: ghcr.io/truecharts/transmission
pullPolicy: IfNotPresent
tag: v3.00
strategy:
type: Recreate
service:
main:
ports:
main:
port: 9091
torrent:
enabled: true
type: ClusterIP
ports:
tcp:
enabled: true
port: 51413
protocol: TCP
udp:
enabled: true
port: 51413
protocol: UDP
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
emptyDir:
enabled: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""
## TrueCharts Values
transmissionConfig:
bind-address-ipv4: "0.0.0.0"
bind-address-ipv6: ::"
cache-size-mb: 4
lpd-enabled: false
dht-enabled: true
peer-congestion-algorithm: ""
message-level: 2
peer-id-ttl-hours: 4
peer-port: 51413
peer-port-random-high: 65535
peer-port-random-low: 49152
peer-port-random-on-start: false
transmissionFixedConfig:
peer-socket-tos: "default"
pex-enabled: true
port-forwarding-enabled: false
preallocation: 0
prefetch-enabled: true
rename-partial-files: true
rpc-authentication-required: false
rpc-bind-address: "0.0.0.0"
rpc-enabled: true
rpc-host-whitelist: ""
rpc-host-whitelist-enabled: false
rpc-password: "CHANGEME"
rpc-port: 9091
rpc-url: "/transmission/"
rpc-username: ""
rpc-whitelist: ""
rpc-whitelist-enabled: false
umask: 2
utp-enabled: true
watch-dir: "/watch"
watch-dir-enabled: true