feat: Add qBittorrent

This commit is contained in:
Peter 2026-01-29 13:57:32 +01:00
parent c5e4a03a08
commit 86d4dc8758
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
9 changed files with 270 additions and 0 deletions

View file

@ -155,3 +155,22 @@ spec:
automated:
prune: true
selfHeal: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: qbittorrent
namespace: argocd
spec:
project: default
source:
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
path: k8s-wheatley/qbittorrent
targetRevision: HEAD
destination:
server: https://10.13.37.10:6443
namespace: qbittorrent
syncPolicy:
automated:
prune: true
selfHeal: true