catalog/stable/qbittorrent/11.0.35/ix_values.yaml

50 lines
997 B
YAML

image:
repository: tccr.io/truecharts/qbittorrent
pullPolicy: IfNotPresent
tag: v4.4.3.1@sha256:1c4babf95744d0c77f82db444ddf91f7792d1438242b84a52df9eb7bb3d01470
securityContext:
readOnlyRootFilesystem: false
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
portal:
enabled: true