From 2f8a0d1841cbfee81c2d32482d215a16d55c0e79 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 24 Jun 2024 09:39:06 +1000 Subject: [PATCH] Revert "fix config volume" This reverts commit 23fa5fb6d09afa1cb7e2200ebc67d4f21313c114. --- kubernetes/apps/qbittorrent/app/release.yaml | 5 +++-- kubernetes/apps/qbittorrent/app/volume.yaml | 0 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 kubernetes/apps/qbittorrent/app/volume.yaml diff --git a/kubernetes/apps/qbittorrent/app/release.yaml b/kubernetes/apps/qbittorrent/app/release.yaml index 227d0ce..0421b9a 100644 --- a/kubernetes/apps/qbittorrent/app/release.yaml +++ b/kubernetes/apps/qbittorrent/app/release.yaml @@ -23,9 +23,10 @@ spec: port: 8888 torrent: port: 8388 + config: + persistence: + volumeName: "qbittorrent-config" volumeMounts: - - name: qbittorrent-config - mountPath: /config - name: qbittorrent-download mountPath: /download volumes: diff --git a/kubernetes/apps/qbittorrent/app/volume.yaml b/kubernetes/apps/qbittorrent/app/volume.yaml deleted file mode 100644 index e69de29..0000000