From 6aca6610563a08c80f2941af503339302a3d4811 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Wed, 17 Dec 2025 18:10:27 +0000 Subject: [PATCH] chore: Update manifests after change --- .../qbittorrent/Deployment-qbittorrent-main.yaml | 4 ++-- .../qbittorrent/Deployment-qbittorrent-qbit-manage.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml index be23491e1..b6d3ac387 100644 --- a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml +++ b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml @@ -128,9 +128,9 @@ spec: cpu: 500m memory: 1Gi volumeMounts: - - mountPath: /config + - mountPath: /config-old name: config - - mountPath: /config-new/qBittorrent + - mountPath: /config/qBittorrent name: config-data - mountPath: /mnt/store name: storage diff --git a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-qbit-manage.yaml b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-qbit-manage.yaml index a6d45f3d2..6a1bddabc 100644 --- a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-qbit-manage.yaml +++ b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-qbit-manage.yaml @@ -103,8 +103,8 @@ spec: cpu: 10m memory: 64Mi volumeMounts: - - mountPath: /qbittorrent - name: config + - mountPath: /qbittorrent/qBittorrent + name: config-data - mountPath: /config/config.yml mountPropagation: None name: qbit-manage-config @@ -117,9 +117,9 @@ spec: - mountPath: /mnt/store name: storage volumes: - - name: config + - name: config-data persistentVolumeClaim: - claimName: qbittorrent-config + claimName: qbittorrent-config-data - configMap: name: qbit-manage-config name: qbit-manage-config