mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
something went wrong when mounting the disk, trying to mount a copy of a zfs snapshot Signed-off-by: Vegard Hagen <[email protected]>
14 lines
251 B
YAML
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
|