From 1027ecc793b4e583c9120bea093462adf403d329 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 5 Jun 2025 09:39:55 -0500 Subject: [PATCH] add theme data storage --- clusters/cl01tl/platform/qbittorrent/values.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/clusters/cl01tl/platform/qbittorrent/values.yaml b/clusters/cl01tl/platform/qbittorrent/values.yaml index 88dd0fea0..11c444144 100644 --- a/clusters/cl01tl/platform/qbittorrent/values.yaml +++ b/clusters/cl01tl/platform/qbittorrent/values.yaml @@ -162,6 +162,16 @@ qbittorrent: qbit-manage: - path: /qbittorrent readOnly: false + theme-data: + storageClass: ceph-block + accessMode: ReadWriteOnce + size: 1Gi + retain: true + advancedMounts: + main: + qbittorrent: + - path: /themepark + readOnly: false update-script: enabled: true type: configMap