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