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
No related branches found
No related tags found
No related merge requests found
Pipeline #2898 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: rtorrent
description: Helm Chart for rtorrent
type: application
version: 0.1.4
appVersion: "4b75e358"
version: 0.1.5
appVersion: "fc665122"
......@@ -39,6 +39,10 @@ rtorrent:
externalIp: ""
config:
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_GLOBAL: "250"
RT_MIN_PEERS: "20"
......@@ -48,6 +52,8 @@ rtorrent:
RT_TRACKERS_WANT: "80"
RT_MEMORY_MAX: "1800M"
RT_LOGLEVEL: "info"
EXTERNAL_IP_CMD: ""
EXTERNAL_IP: ""
securityContext:
capabilities:
drop:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment