Switch to qbit

This commit is contained in:
2023-01-01 17:49:24 +11:00
parent 3eb5a94cbf
commit 92887ae358
+11 -3
View File
@@ -225,14 +225,20 @@ spec:
# - name: SERVER_HOSTNAME
# value: au-sydney.privacy.network
- name: qbit
image: linuxserver/deluge
image: linuxserver/qbittorrent
securityContext:
runAsUser: 0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8112
- containerPort: 8080
name: web-port
protocol: TCP
- containerPort: 6881
name: qbit-port
protocol: TCP
- containerPort: 6881
name: udp-qbit-port
protocol: UDP
env:
- name: TZ
value: Australia/Melbourne
@@ -242,10 +248,12 @@ spec:
value: "1000"
- name: DELUGE_LOGLEVEL
value: error
- name: WEBUI_PORT
value: "8080"
volumeMounts:
- name: config
mountPath: /config
subPath: deluge
subPath: qbittorrent
- name: downloads
mountPath: /downloads
resources: