revert back to hostpath for config dir

This commit is contained in:
2025-07-06 12:13:18 +05:30
parent 10d4d67843
commit 241099cdea

View File

@@ -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/