Files
helm-charts/rflood/templates/configmap.yaml
T
sha 562efdcede fix(rflood): point session and socket to /config to restore torrents
HOME=/home/download in jesec image but session was at /config/session/
from hotio. Use explicit paths so session persists on PVC.
2026-06-17 01:02:56 +03:00

15 lines
462 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-rtorrent-config
namespace: {{ .Release.Namespace }}
data:
rtorrent.rc: |
session.path.set = /config/session/
directory.default.set = /data
network.scgi.open_local = /config/rtorrent.sock
network.port_range.set = {{ .Values.torrentPort }}-{{ .Values.torrentPort }}
network.port_random.set = no
network.max_open_files.set = 600
network.max_open_sockets.set = 300