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
|
2022-05-08 06:39:34 +00:00
|
|
|
tag: v4.4.2@sha256:0891c27f00228b01e9be858930d9e31adf228a3a67fa64039866f3e4113aa96f
|
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:
|
2021-11-08 08:52:58 +00:00
|
|
|
torrent:
|
2021-05-19 13:12:45 +00:00
|
|
|
enabled: true
|
|
|
|
port: 6881
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 6881
|
2021-11-08 08:52:58 +00:00
|
|
|
torrentudp:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
torrentudp:
|
2021-05-19 13:12:45 +00:00
|
|
|
enabled: true
|
|
|
|
port: 6881
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 6881
|
2021-05-19 13:12:45 +00:00
|
|
|
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-06-11 11:59:46 +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
|