Files
homeserver/kubernetes/media/pvc-longhorn.yaml
Taqi Tahmid 2ee0c95869
All checks were successful
ci/woodpecker/push/demo-workflow Pipeline was successful
kubernetes: add and update new and existing projects
2025-10-05 16:32:56 +03:00

12 lines
288 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: jellyfin-config-pvc
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi # Storage for Jellyfin config files
storageClassName: longhorn # Make sure this matches your Longhorn storage class