use nfs pv and pvc
This commit is contained in:
@@ -14,8 +14,6 @@ spec:
|
||||
labels:
|
||||
app: jellyfin
|
||||
spec:
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: master-4
|
||||
containers:
|
||||
- name: jellyfin
|
||||
image: jellyfin/jellyfin:10.10.7
|
||||
@@ -41,8 +39,8 @@ spec:
|
||||
gpu.intel.com/i915: "1"
|
||||
volumes:
|
||||
- name: config
|
||||
hostPath:
|
||||
path: /home/akshun/jellyfin
|
||||
persistentVolumeClaim:
|
||||
claimName: jellyfin-pvc
|
||||
- name: cache
|
||||
hostPath:
|
||||
path: /tmp/
|
||||
|
||||
Reference in New Issue
Block a user