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