[jackett] Do not enable torrentblackhole volume by default (#166)

Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
This commit is contained in:
Julien DOCHE 2020-03-09 13:10:56 +01:00 committed by GitHub
parent 71bcd78fb3
commit 59456f31ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v0.12.1582-ls39
description: API Support for your favorite torrent trackers
name: jackett
version: 2.1.0
version: 2.1.1
keywords:
- jackett
- torrent

View File

@ -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.storageClass` | Type of persistent volume claim | `-` |
| `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.existingClaim`| Use an existing PVC to persist data | `nil` |
| `persistence.torrentblackhole.subPath` | Mount a sub directory of the persistent volume if set | `""` |

View File

@ -87,7 +87,7 @@ persistence:
##
subPath: ""
torrentblackhole:
enabled: true
enabled: false
## Jackett torrentblackhole directory volume configuration
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning