51 lines
995 B
YAML
51 lines
995 B
YAML
image:
|
|
repository: tccr.io/truecharts/qbittorrent
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.4.1@sha256:5e5aa2ae4de322c47b8a48770a811e45e5c783ef234b7102b80e6fcd6f887515
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
|
|
env: {}
|
|
# 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
|