* Update Helm chart common to v0.12.2 * Update-Folder-Names-and-Dependencies Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
80 lines
1.4 KiB
YAML
80 lines
1.4 KiB
YAML
# Default values for Jackett.
|
|
|
|
image:
|
|
repository: linuxserver/transmission
|
|
pullPolicy: IfNotPresent
|
|
tag: version-3.00-r2
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
service:
|
|
port:
|
|
port: 9091
|
|
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
# PGID: 1001
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir: false
|
|
|
|
torrentblackhole:
|
|
enabled: false
|
|
emptyDir: false
|
|
mountPath: /downloads
|
|
## Persistent Volume Storage Class
|
|
## If defined, storageClassName: <storageClass>
|
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
|
## If undefined (the default) or set to null, no storageClassName spec is
|
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
|
## GKE, AWS & OpenStack)
|
|
# storageClass: "-"
|
|
# accessMode: ReadWriteOnce
|
|
# size: 1Gi
|
|
## Do not delete the pvc upon helm uninstall
|
|
# skipuninstall: false
|
|
# existingClaim: ""
|
|
|
|
|
|
## TrueCharts Values
|
|
|
|
|
|
|
|
|
|
|
|
|
|
appVolumeMounts:
|
|
config:
|
|
enabled: true
|
|
emptyDir: true
|
|
mountPath: "/config"
|
|
downloads:
|
|
enabled: true
|
|
emptyDir: true
|
|
mountPath: "/downloads"
|
|
|
|
|
|
appAdditionalServicesEnabled: true
|
|
appAdditionalServices:
|
|
tcp:
|
|
enabled: true
|
|
type: ClusterIP
|
|
port:
|
|
port: 51413
|
|
name: bittorrent-tcp
|
|
protocol: TCP
|
|
targetPort: 51413
|
|
udp:
|
|
enabled: true
|
|
type: ClusterIP
|
|
port:
|
|
port: 51413
|
|
name: bittorrent-udp
|
|
protocol: UDP
|
|
targetPort: 51413
|