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: selector:
app: qbittorrent app: qbittorrent
ports: ports:
- port: 8080 - port: 7070
targetPort: 8080 targetPort: 7070

View File

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