enable qbittorrent
This commit is contained in:
@@ -12,5 +12,5 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
app: qbittorrent
|
app: qbittorrent
|
||||||
ports:
|
ports:
|
||||||
- port: 8080
|
- port: 7070
|
||||||
targetPort: 8080
|
targetPort: 7070
|
||||||
@@ -41,8 +41,6 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: qbittorrent
|
- name: qbittorrent
|
||||||
image: linuxserver/qbittorrent:5.1.4
|
image: linuxserver/qbittorrent:5.1.4
|
||||||
ports:
|
|
||||||
- containerPort: 8080
|
|
||||||
env:
|
env:
|
||||||
- name: PUID
|
- name: PUID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
@@ -50,6 +48,8 @@ spec:
|
|||||||
value: "1000"
|
value: "1000"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "Asia/Kolkata"
|
value: "Asia/Kolkata"
|
||||||
|
- name: WEBUI_PORT
|
||||||
|
value: "7070"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: downloads
|
- name: downloads
|
||||||
mountPath: /downloads
|
mountPath: /downloads
|
||||||
Reference in New Issue
Block a user