* Update Helm chart common to v1.6.0 * Update-Folder-Names-and-Dependencies Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
75 lines
1.6 KiB
YAML
75 lines
1.6 KiB
YAML
# Default values for deluge.
|
|
|
|
image:
|
|
repository: linuxserver/deluge
|
|
pullPolicy: IfNotPresent
|
|
tag: version-2.0.3-2201906121747ubuntu18.04.1
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
service:
|
|
port:
|
|
port: 8112
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir: false
|
|
mountPath: /config
|
|
|
|
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: ""
|
|
|
|
env: {}
|
|
## Optional ENV Vars that can be set.
|
|
## All values below are the current default values.
|
|
# PUID: "1000"
|
|
# PGID: "1000"
|
|
# TZ: "Europe/London"
|
|
# UMASK_SET: "022"
|
|
# DELUGE_LOGLEVEL: "error"
|
|
|
|
appIngressEnabled: false
|
|
|
|
# appVolumeMounts:
|
|
# config:
|
|
# 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
|