mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
HOME=/home/download in jesec image but session was at /config/session/ from hotio. Use explicit paths so session persists on PVC.
15 lines
462 B
YAML
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
|