set jellyfin-cache volume
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: jellyfin-cache
|
||||
spec:
|
||||
capacity:
|
||||
storage: 22Gi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
hostPath:
|
||||
path: /dataDisk/ssd0/k3s/named_volumes/jellyfin-cache
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
@@ -7,8 +21,8 @@ spec:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 4Gi
|
||||
storageClassName: local-path
|
||||
storage: 22Gi
|
||||
volumeName: jellyfin-cache
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user