fix media

This commit is contained in:
2025-03-19 20:21:52 +01:00
parent 83e32e23af
commit 7c828dce5b
3 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- shared-downloads-pvc.yaml
- radarr-config-pvc.yaml
- sonarr-config-pvc.yaml
- sonarr-deploy.yaml

View File

@@ -1,12 +0,0 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: deluge-downloads
namespace: jellyfin
spec:
accessModes:
- ReadWriteMany
storageClassName: longhorn
resources:
requests:
storage: 100Gi