update download to deluge

This commit is contained in:
2020-12-21 20:55:58 +11:00
parent 7327d3f2df
commit 85c27d61f7
3 changed files with 1071 additions and 21 deletions
+1060
View File
File diff suppressed because it is too large Load Diff
+9 -19
View File
@@ -231,7 +231,7 @@ spec:
app: qbit
spec:
volumes:
- name: qbit-config
- name: config
persistentVolumeClaim:
claimName: configs-nfs
- name: downloads
@@ -269,20 +269,14 @@ spec:
- name: PROXY_LOG_LEVEL
value: Critical
- name: qbit
image: linuxserver/qbittorrent
image: linuxserver/deluge
securityContext:
runAsUser: 0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8001
name: qbit-port
- containerPort: 8112
name: web-port
protocol: TCP
- containerPort: 8999
name: qbit-tcp
protocol: TCP
- containerPort: 8999
name: qbit-udp
protocol: UDP
env:
- name: TZ
value: Australia/Melbourne
@@ -290,12 +284,12 @@ spec:
value: "1000"
- name: PGID
value: "1000"
- name: WEBUI_PORT
value: "8001"
- name: DELUGE_LOGLEVEL
value: error
volumeMounts:
- name: qbit-config
- name: config
mountPath: /config
subPath: qbittorrent
subPath: deluge
- name: downloads
mountPath: /downloads
resources:
@@ -324,13 +318,9 @@ spec:
type: ClusterIP
ports:
- port: 80
targetPort: qbit-port
targetPort: web-port
protocol: TCP
name: web
- port: 8999
targetPort: qbit-tcp
protocol: TCP
name: tcp
selector:
app: qbit
+2 -2
View File
@@ -80,8 +80,8 @@ metadata:
name: pihole-dns
spec:
type: NodePort
# externalIPs:
# - 192.168.1.2
externalIPs:
- 192.168.1.2
selector:
app: pihole
externalTrafficPolicy: Local