2023-08-22 19:26:49 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/rutorrent-crazymax
|
|
|
|
pullPolicy: IfNotPresent
|
2023-11-18 15:17:24 +00:00
|
|
|
tag: vlatest@sha256:68b86b06eecdee5257f31df8f7b1f37369617dcd39e0135893eaef54a3705466
|
2023-08-22 19:26:49 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
PUID: 33
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
protocol: http
|
|
|
|
port: 8080
|
|
|
|
rtorrent:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
rtorrent:
|
|
|
|
enabled: true
|
|
|
|
protocol: tcp
|
|
|
|
port: 33942
|
|
|
|
xmlrpc:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
xmlrpc:
|
|
|
|
enabled: true
|
|
|
|
protocol: http
|
|
|
|
port: 8000
|
|
|
|
dht:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
dht:
|
|
|
|
enabled: true
|
|
|
|
protocol: udp
|
|
|
|
port: 6881
|
|
|
|
webdav:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
webdav:
|
|
|
|
enabled: true
|
|
|
|
protocol: http
|
|
|
|
port: 9000
|
|
|
|
rtinc:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
rtinc:
|
|
|
|
enabled: true
|
|
|
|
port: 50000
|
|
|
|
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
env:
|
|
|
|
RUTORRENT_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
PORT_RTORRENT: "{{ .Values.service.rtorrent.ports.rtorrent.port }}"
|
|
|
|
RT_DHT_PORT: "{{ .Values.service.dht.ports.dht.port }}"
|
|
|
|
XMLRPC_PORT: "{{ .Values.service.xmlrpc.ports.xmlrpc.port }}"
|
|
|
|
WEBDAV_PORT: "{{ .Values.service.webdav.ports.webdav.port }}"
|
|
|
|
RT_INC_PORT: "{{ .Values.service.rtinc.ports.rtinc.port }}"
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/data"
|
|
|
|
downloads:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/downloads"
|
|
|
|
passwd:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/passwd"
|
|
|
|
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|