charts/charts/stable/rtorrent-flood
renovate[bot] e853c19868
chore(deps): update helm chart common to v2.2.0 (#763)
* chore(deps): update helm chart common to v2.2.0

* Remove node taints

* [CI] Remove taints

* docs: update helm-docs

* Update README.md

* fix: bump non-common charts by patch

* fix: update whoogle to new common version

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
Co-authored-by: Devin Buhl <devin.kray@gmail.com>
2021-04-07 16:24:08 -04:00
..
ci [rtorrent-flood] migrate to AIO image and common chart (#717) 2021-03-25 18:25:39 -04:00
templates [rtorrent-flood] fix rtorrentrc configmap (#730) 2021-03-27 09:06:49 -04:00
.helmignore [rtorrent-flood] migrate to AIO image and common chart (#717) 2021-03-25 18:25:39 -04:00
Chart.yaml chore(deps): update helm chart common to v2.2.0 (#763) 2021-04-07 16:24:08 -04:00
README_CHANGELOG.md.gotmpl [rtorrent-flood] migrate to AIO image and common chart (#717) 2021-03-25 18:25:39 -04:00
README_CONFIG.md.gotmpl [rtorrent-flood] migrate to AIO image and common chart (#717) 2021-03-25 18:25:39 -04:00
README.md chore(deps): update helm chart common to v2.2.0 (#763) 2021-04-07 16:24:08 -04:00
README.md.gotmpl chore(docs): update helm-docs [ci-skip] (#694) 2021-03-19 08:30:40 +01:00
values.yaml [rtorrent-flood] update chart to reflect latest Docker image version 2021-04-01 19:48:44 +02:00

rtorrent-flood

Version: 7.1.0 AppVersion: latest

rTorrent is a stable, high-performance and low resource consumption BitTorrent client.

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Source Code

Requirements

Kubernetes: >=1.16.0-0

Dependencies

Repository Name Version
https://library-charts.k8s-at-home.com common 2.2.0

TL;DR

helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm repo update
helm install rtorrent-flood k8s-at-home/rtorrent-flood

Installing the Chart

To install the chart with the release name rtorrent-flood

helm install rtorrent-flood k8s-at-home/rtorrent-flood

Uninstalling the Chart

To uninstall the rtorrent-flood deployment

helm uninstall rtorrent-flood

The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.

Specify each parameter using the --set key=value[,key=value] argument to helm install.

helm install rtorrent-flood \
  --set env.TZ="America/New York" \
    k8s-at-home/rtorrent-flood

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

helm install rtorrent-flood k8s-at-home/rtorrent-flood -f values.yaml

Custom configuration

N/A

Values

Important: When deploying an application Helm chart you can add more values from our common library chart here

Key Type Default Description
config string string Minimal configuration provided from https://github.com/jesec/rtorrent/blob/master/doc/rtorrent.rc
env.FLOOD_OPTION_ALLOWEDPATH string "/downloads"
env.FLOOD_OPTION_HOST string "0.0.0.0"
env.FLOOD_OPTION_PORT string "3000"
env.FLOOD_OPTION_RTORRENT string "true"
env.HOME string "/config"
image.pullPolicy string "IfNotPresent"
image.repository string "jesec/rtorrent-flood"
image.tag string "latest@sha256:5ff0125ea0e2befbc2ba2f2143e130819db645cb5ef68b44a0712b8162a16f47"
ingress.enabled bool false
persistence.config.emptyDir.enabled bool false
persistence.config.enabled bool false
persistence.downloads.emptyDir.enabled bool false
persistence.downloads.enabled bool false
service.additionalServices[0].enabled bool true
service.additionalServices[0].nameSuffix string "bittorrent"
service.additionalServices[0].port.name string "bittorrent"
service.additionalServices[0].port.port int 6881
service.additionalServices[0].port.protocol string "TCP"
service.additionalServices[0].port.targetPort int 6881
service.additionalServices[0].type string "ClusterIP"
service.port.port int 3000
strategy.type string "Recreate"

Changelog

All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

6.0.0

Added

  • N/A

Changed

  • BREAKING Migrate rtorrent-flood to the common library, a lot of configuration has changed.

Removed

  • N/A

5.0.1

Added

  • N/A

Changed

  • use helm-docs

Removed

  • N/A

Support


Autogenerated from chart metadata using helm-docs v1.5.0