mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
88 lines
2.2 KiB
YAML
88 lines
2.2 KiB
YAML
#
|
|
# IMPORTANT NOTE
|
|
#
|
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
|
# https://github.com/k8s-at-home/charts/tree/master/charts/common/values.yaml
|
|
#
|
|
|
|
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
|
|
|
|
service:
|
|
port:
|
|
port: 8080
|
|
additionalServices:
|
|
- enabled: true
|
|
nameSuffix: bittorrent
|
|
type: ClusterIP
|
|
port:
|
|
port: 6881
|
|
name: bittorrent
|
|
protocol: TCP
|
|
targetPort: 6881
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
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
|