From 0fece9b4954a193dcc991930054e56865f164929 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Mon, 8 Dec 2025 22:29:08 +1100 Subject: [PATCH] Update --- {adhoc-config => archive}/links-pvc.yaml | 0 {db => archive}/redis-values.yaml | 0 media/media-pv.yaml | 29 ------------------------ media/media.yaml | 10 ++++---- 4 files changed, 5 insertions(+), 34 deletions(-) rename {adhoc-config => archive}/links-pvc.yaml (100%) rename {db => archive}/redis-values.yaml (100%) diff --git a/adhoc-config/links-pvc.yaml b/archive/links-pvc.yaml similarity index 100% rename from adhoc-config/links-pvc.yaml rename to archive/links-pvc.yaml diff --git a/db/redis-values.yaml b/archive/redis-values.yaml similarity index 100% rename from db/redis-values.yaml rename to archive/redis-values.yaml diff --git a/media/media-pv.yaml b/media/media-pv.yaml index 68b32b0..ec0d668 100644 --- a/media/media-pv.yaml +++ b/media/media-pv.yaml @@ -25,35 +25,6 @@ spec: requests: storage: 4500Gi ---- - -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - namespace: "media" - name: "configs-pvc" -spec: - storageClassName: "nfs-client" - accessModes: - - ReadWriteMany - resources: - requests: - storage: 10Gi - ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - namespace: "media" - name: "aria2-cache" -spec: - storageClassName: "nfs-client" - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 5Gi - --- apiVersion: v1 kind: PersistentVolume diff --git a/media/media.yaml b/media/media.yaml index f503e1f..b967efb 100644 --- a/media/media.yaml +++ b/media/media.yaml @@ -427,9 +427,9 @@ spec: - name: downloads persistentVolumeClaim: claimName: downloads-nfs - - name: aria2-cache - persistentVolumeClaim: - claimName: aria2-cache + # - name: aria2-cache + # persistentVolumeClaim: + # claimName: aria2-cache # - name: filebrowser-db # persistentVolumeClaim: # claimName: filebrowser-local-pvc @@ -498,8 +498,8 @@ spec: mountPath: /app/conf - name: downloads mountPath: /data - - name: aria2-cache - mountPath: /app/.cache + # - name: aria2-cache + # mountPath: /app/.cache - name: config subPath: files/filebrowser.db mountPath: /app/filebrowser.db