mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
[jackett] Do not enable torrentblackhole volume by default (#166)
Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
This commit is contained in:
parent
71bcd78fb3
commit
59456f31ad
@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
appVersion: v0.12.1582-ls39
|
appVersion: v0.12.1582-ls39
|
||||||
description: API Support for your favorite torrent trackers
|
description: API Support for your favorite torrent trackers
|
||||||
name: jackett
|
name: jackett
|
||||||
version: 2.1.0
|
version: 2.1.1
|
||||||
keywords:
|
keywords:
|
||||||
- jackett
|
- jackett
|
||||||
- torrent
|
- torrent
|
||||||
|
@ -65,7 +65,7 @@ The following tables lists the configurable parameters of the Sentry chart and t
|
|||||||
| `persistence.config.subPath` | Mount a sub directory of the persistent volume if set | `""` |
|
| `persistence.config.subPath` | Mount a sub directory of the persistent volume if set | `""` |
|
||||||
| `persistence.config.storageClass` | Type of persistent volume claim | `-` |
|
| `persistence.config.storageClass` | Type of persistent volume claim | `-` |
|
||||||
| `persistence.config.accessMode` | Persistence access mode | `ReadWriteOnce` |
|
| `persistence.config.accessMode` | Persistence access mode | `ReadWriteOnce` |
|
||||||
| `persistence.torrentblackhole.enabled` | Use persistent volume to store torrent files | `true` |
|
| `persistence.torrentblackhole.enabled` | Use persistent volume to store torrent files | `false` |
|
||||||
| `persistence.torrentblackhole.size` | Size of persistent volume claim | `1Gi` |
|
| `persistence.torrentblackhole.size` | Size of persistent volume claim | `1Gi` |
|
||||||
| `persistence.torrentblackhole.existingClaim`| Use an existing PVC to persist data | `nil` |
|
| `persistence.torrentblackhole.existingClaim`| Use an existing PVC to persist data | `nil` |
|
||||||
| `persistence.torrentblackhole.subPath` | Mount a sub directory of the persistent volume if set | `""` |
|
| `persistence.torrentblackhole.subPath` | Mount a sub directory of the persistent volume if set | `""` |
|
||||||
|
@ -87,7 +87,7 @@ persistence:
|
|||||||
##
|
##
|
||||||
subPath: ""
|
subPath: ""
|
||||||
torrentblackhole:
|
torrentblackhole:
|
||||||
enabled: true
|
enabled: false
|
||||||
## Jackett torrentblackhole directory volume configuration
|
## Jackett torrentblackhole directory volume configuration
|
||||||
## If defined, storageClassName: <storageClass>
|
## If defined, storageClassName: <storageClass>
|
||||||
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
||||||
|
Loading…
Reference in New Issue
Block a user