121 lines
2.7 KiB
YAML
121 lines
2.7 KiB
YAML
# Default values for qbittorrent.
|
|
|
|
image:
|
|
repository: linuxserver/qbittorrent
|
|
pullPolicy: IfNotPresent
|
|
tag: version-4.3.0202010181232-7086-1c663adeeubuntu18.04.1
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
# PGID: 1001
|
|
# UMASK: 022
|
|
|
|
services:
|
|
main:
|
|
port:
|
|
port: 8080
|
|
# 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
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir: false
|
|
|
|
media:
|
|
enabled: false
|
|
emptyDir: false
|
|
mountPath: /media
|
|
## 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: ""
|
|
|
|
downloads:
|
|
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: ""
|
|
|
|
additionalVolumes:
|
|
- name: qbittorrent-scripts
|
|
emptyDir: {}
|
|
## When you want to enable automatic port configuration at startup, adjust this to:
|
|
# configMap:
|
|
# name: <RELEASENAME>-scripts
|
|
# defaultMode: 511
|
|
|
|
additionalVolumeMounts:
|
|
- mountPath: /config/custom-cont-init.d
|
|
name: qbittorrent-scripts
|
|
|
|
appIngressEnabled: false
|
|
|
|
|
|
#appVolumeMounts:
|
|
# config:
|
|
# enabled: false
|
|
# emptyDir: false
|
|
# media:
|
|
# enabled: false
|
|
# emptyDir: false
|
|
# downloads:
|
|
# enabled: false
|
|
# emptyDir: false
|
|
|
|
# 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
|