Files
truecharts/charts/stable/qbittorrent/values.yaml
T
4a45ee7fec chore(deps): update docker general non-major (#1685)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-10 20:37:26 +01:00

52 lines
1009 B
YAML

image:
repository: tccr.io/truecharts/qbittorrent
pullPolicy: IfNotPresent
tag: v4.4.0@sha256:5e7e823e982f970c3eee7d6002e6b38271b559f89b0c90b7d8e5582845e335f3
securityContext:
readOnlyRootFilesystem: false
env: {}
# TZ: UTC
# PUID: 1001
service:
main:
ports:
main:
port: 10095
targetPort: 8080
torrent:
enabled: true
ports:
torrent:
enabled: true
port: 6881
targetPort: 6881
torrentudp:
enabled: true
ports:
torrentudp:
enabled: true
port: 6881
targetPort: 6881
protocol: UDP
persistence:
config:
enabled: true
mountPath: "/config"
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