Files
homelab-v/k8s/apps/media/jellyfin/pvc.yaml
T
Vegard Hagen 057b203214 fix(jellyfin): recover jellyfin data
something went wrong when mounting the disk, trying to mount a copy of a zfs snapshot

Signed-off-by: Vegard Hagen <[email protected]>
2025-03-24 18:44:09 +01:00

14 lines
251 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: jellyfin-config
namespace: jellyfin
spec:
storageClassName: proxmox-csi
volumeName: pv-jellyfin-config
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 12G