Files
truecharts/charts/deluge/1.3.0/README.md
T
Kjeld Schouten-Lebbing 0c87cbb4b3 Combined update (including common 1.3.0) (#173)
* Update Helm chart common to v1.3.0

* Update-Folder-Names-and-Dependencies

* Fix Jellyfin "installed" Icon

Fixes #171

* Add PUID PGID and UMASK to questions.yaml

* Fix traefik certmanager bugs

* Refactor appAdditionalServices for all Apps

Fixes #169
Fixes #170

* Fix acmeDNS 2.0 and make traefik version 1.0.0 (for consistancy)

* Update charts/transmission/1.3.0/values.yaml

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>

* Update charts/truecommand/1.3.0/Chart.yaml

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
2021-02-22 11:55:26 +01:00

1.6 KiB

Deluge

This is a helm chart for Deluge.

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

TL;DR;

$ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install k8s-at-home/deluge

Installing the Chart

To install the chart with the release name my-release:

helm install --name my-release k8s-at-home/deluge

The default login details (change ASAP) are:

  • password:deluge

Uninstalling the Chart

To uninstall/delete the my-release deployment:

helm delete my-release --purge

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

Configuration

Read through the charts values.yaml file. It has several commented out suggested values. Additionally you can take a look at the common library values.yaml for more (advanced) configuration options.

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

helm install deluge \
  --set env.TZ="America/New_York" \
    k8s-at-home/deluge

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

helm install deluge k8s-at-home/deluge --values values.yaml

These values will be nested as it is a dependency, for example

image:
  tag: ...