Skip to content
Snippets Groups Projects
Verified Commit 2968b2c9 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

feat: add port selection to rtorrent chart

parent 158688f5
Branches
No related tags found
No related merge requests found
Pipeline #2898 passed
...@@ -2,5 +2,5 @@ apiVersion: v2 ...@@ -2,5 +2,5 @@ apiVersion: v2
name: rtorrent name: rtorrent
description: Helm Chart for rtorrent description: Helm Chart for rtorrent
type: application type: application
version: 0.1.4 version: 0.1.5
appVersion: "4b75e358" appVersion: "fc665122"
...@@ -39,6 +39,10 @@ rtorrent: ...@@ -39,6 +39,10 @@ rtorrent:
externalIp: "" externalIp: ""
config: config:
RT_TRACKER_UDP: "yes" RT_TRACKER_UDP: "yes"
RT_MIN_PORT: "50000"
RT_MAX_PORT: "50000"
RT_PROTO_DHT: "disable"
RT_PROTO_PEX: "no"
RT_MAX_UP: "100" RT_MAX_UP: "100"
RT_MAX_UP_GLOBAL: "250" RT_MAX_UP_GLOBAL: "250"
RT_MIN_PEERS: "20" RT_MIN_PEERS: "20"
...@@ -48,6 +52,8 @@ rtorrent: ...@@ -48,6 +52,8 @@ rtorrent:
RT_TRACKERS_WANT: "80" RT_TRACKERS_WANT: "80"
RT_MEMORY_MAX: "1800M" RT_MEMORY_MAX: "1800M"
RT_LOGLEVEL: "info" RT_LOGLEVEL: "info"
EXTERNAL_IP_CMD: ""
EXTERNAL_IP: ""
securityContext: securityContext:
capabilities: capabilities:
drop: drop:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment