diff --git a/k8s/apps/media/jellyfin/deployment.yaml b/k8s/apps/media/jellyfin/deployment.yaml index 5fd271a..5ea5e2c 100644 --- a/k8s/apps/media/jellyfin/deployment.yaml +++ b/k8s/apps/media/jellyfin/deployment.yaml @@ -52,6 +52,8 @@ spec: mountPath: /mnt/media - name: cache mountPath: /cache + - name: tmp + mountPath: /tmp volumes: - name: config persistentVolumeClaim: @@ -63,3 +65,5 @@ spec: - name: cache emptyDir: medium: Memory + - name: tmp + emptyDir: { }