TrueChartsClone/charts/stable/qbittorrent/values.yaml

46 lines
923 B
YAML

image:
repository: tccr.io/truecharts/qbittorrent
pullPolicy: IfNotPresent
tag: 4.5.0@sha256:ab5ef6bbf99c4431806a10b748265318413d292a3a914f679486e022b2696a05
securityContext:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 10095
targetPort: 8080
torrent:
enabled: true
ports:
torrent:
enabled: true
port: 6881
protocol: TCP
torrentudp:
enabled: true
port: 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
portal:
enabled: true