mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
update download to deluge
This commit is contained in:
+1060
File diff suppressed because it is too large
Load Diff
+9
-19
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user