2021-04-13 19:43:27 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/qbittorrent
|
2021-04-13 19:43:27 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-02-20 22:25:12 +00:00
|
|
|
tag: 4.5.1@sha256:edff15401ed7dc81cca2cfde56eeb8151044fd9dfa11b1a8d8f3b35d4554fa91
|
2021-04-13 19:43:27 +00:00
|
|
|
|
2021-09-10 18:10:04 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
2021-04-13 19:43:27 +00:00
|
|
|
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-04-13 19:43:27 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10095
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8080
|
2021-05-19 13:12:45 +00:00
|
|
|
torrent:
|
2021-04-13 19:43:27 +00:00
|
|
|
enabled: true
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
2022-07-10 09:21:55 +00:00
|
|
|
torrent:
|
2021-05-19 13:12:45 +00:00
|
|
|
enabled: true
|
|
|
|
port: 6881
|
2023-01-09 13:40:45 +00:00
|
|
|
protocol: TCP
|
2021-11-08 08:52:58 +00:00
|
|
|
torrentudp:
|
2021-05-19 13:12:45 +00:00
|
|
|
enabled: true
|
|
|
|
port: 6881
|
|
|
|
protocol: UDP
|
2021-04-13 19:43:27 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2021-11-14 19:19:16 +00:00
|
|
|
|
2021-04-13 19:43:27 +00:00
|
|
|
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:
|
2021-11-14 19:19:16 +00:00
|
|
|
- mountPath: "/config/custom-cont-init.d"
|
2021-04-13 19:43:27 +00:00
|
|
|
name: qbittorrent-scripts
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|