enable qbittorrent

This commit is contained in:
2025-11-27 16:15:52 +05:30
parent 6578fd6b43
commit 46f673fb29
3 changed files with 4 additions and 4 deletions

View File

@@ -12,5 +12,5 @@ spec:
selector:
app: qbittorrent
ports:
- port: 8080
targetPort: 8080
- port: 7070
targetPort: 7070

View File

@@ -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