From 8daf477816a46cc3708836ad9a6ecc91ef572d90 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Thu, 5 Feb 2026 21:59:07 +0100 Subject: [PATCH] chore(qbittorrent): Use env vars for unpackerr config --- k8s-wheatley/qbittorrent/deployments.yaml | 7 ++----- k8s-wheatley/qbittorrent/pvc.yaml | 12 ------------ 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/k8s-wheatley/qbittorrent/deployments.yaml b/k8s-wheatley/qbittorrent/deployments.yaml index 84ec77b..0b796f6 100644 --- a/k8s-wheatley/qbittorrent/deployments.yaml +++ b/k8s-wheatley/qbittorrent/deployments.yaml @@ -93,9 +93,9 @@ spec: envFrom: - configMapRef: name: unpackerr-envs + - secretRef: + name: unpackerr-env-secrets volumeMounts: - - mountPath: /config - name: unpackerr-config - mountPath: /shared/media/downloads name: nfs-media securityContext: @@ -115,9 +115,6 @@ spec: - name: qbittorrent-config persistentVolumeClaim: claimName: qbittorrent-storage - - name: unpackerr-config - persistentVolumeClaim: - claimName: unpackerr-storage - name: gluetun-wgconfig secret: secretName: gluetun-wgconfig diff --git a/k8s-wheatley/qbittorrent/pvc.yaml b/k8s-wheatley/qbittorrent/pvc.yaml index 0d1e4e4..aa566ea 100644 --- a/k8s-wheatley/qbittorrent/pvc.yaml +++ b/k8s-wheatley/qbittorrent/pvc.yaml @@ -13,18 +13,6 @@ spec: --- apiVersion: v1 kind: PersistentVolumeClaim -metadata: - name: unpackerr-storage -spec: - storageClassName: piraeus-lvmthin - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 5Gi ---- -apiVersion: v1 -kind: PersistentVolumeClaim metadata: name: nfs-media spec: