Skip to content

Commit

Permalink
feat(apps/qbittorrent): add VueTorrent UI for qbittorrent
Browse files Browse the repository at this point in the history
  • Loading branch information
qlonik committed Dec 12, 2024
1 parent 1626484 commit 7ce8ea6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions kubernetes/main/apps/default/qbittorrent/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,24 @@ spec:
QBITTORRENT_PORT: *port
PORT_FORWARDED: /tmp/gluetun/forwarded_port

vuetorrent:
image:
repository: registry.k8s.io/git-sync/git-sync
tag: v4.3.0@sha256:5813a7da0ccd58f6dfb9d5e48480e2877355e6bb3d7d81c8908eb1adc3a23b6e
args:
- --repo=https://github.com/VueTorrent/VueTorrent.git
- --ref=v2.19.0
- --period=6h
- --root=/add-ons
- --link=vuetorrent
probes: *probes
resources:
requests:
cpu: 10m
memory: 100Mi
limits:
memory: 500Mi

defaultPodOptions:
securityContext:
fsGroup: 568
Expand Down Expand Up @@ -197,3 +215,11 @@ spec:
port-forward:
- path: /tmp/gluetun
readOnly: true
add-ons:
type: emptyDir
advancedMounts:
qbittorrent:
app:
- path: /add-ons
vuetorrent:
- path: /add-ons

0 comments on commit 7ce8ea6

Please sign in to comment.