Helm chart to install qbittorrent
The qBittorrent project aims to provide an open-source software alternative to µTorrent.
This chart deploys Qbittorrent to your Kubernetes cluster. It’s mostly based off the docker-compose file available at qbittorrent’s GitHub repository.
The following table lists common configurable parameters of the Qbittorrent chart and their recommended values. See values.yaml for a more complete listing.
| Parameter | Description | Recommended |
|---|---|---|
| image.repository | Image repository | linuxserver/qbittorrent |
| image.tag | Image tag | 4.6.5-r0-ls334 |
| image.pullPolicy | Image pull policy | IfNotPresent |
| namespace.name | The namespace to deploy objects | qbittorrent |
| persistence.volumeMounts | VolumeMounts for Qbittorrent | See values.yaml |
| persistence.volumes | Volumes for Qbittorrent | See values.yaml |
| service.type | Qbittorrent service type | ClusterIP |
| service.port | HTTP to expose service | 80 |
| ingress.enabled | Enable ingress rules | false |
| ingress.annotations | Annotations for ingress | {} |
| ingress.host | Host to respond | See values.yaml |
| ingress.tls.secretName | Ingress TLS secret name | qbittorrent-cert |
| resources.requests.cpu | Doesn’t requires lof of cpu | 100 |
| resources.requests.memory | Doesn’t requires lof of memory | 256Mi |