mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
jellyfin transcode and cache folder
This commit is contained in:
@@ -29,8 +29,10 @@ spec:
|
|||||||
- mountPath: /data/media
|
- mountPath: /data/media
|
||||||
name: data
|
name: data
|
||||||
subPath: media
|
subPath: media
|
||||||
# - name: dev-dri
|
- name: transcode
|
||||||
# mountPath: /dev/dri
|
mountPath: /transcode
|
||||||
|
- name: cache
|
||||||
|
mountPath: /cache
|
||||||
env:
|
env:
|
||||||
- name: NVIDIA_VISIBLE_DEVICES
|
- name: NVIDIA_VISIBLE_DEVICES
|
||||||
value: all
|
value: all
|
||||||
@@ -46,6 +48,10 @@ spec:
|
|||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: media-data
|
claimName: media-data
|
||||||
# - name: dev-dri
|
- name: transcode
|
||||||
# hostPath:
|
emptyDir:
|
||||||
# path: /dev/dri
|
sizeLimit: 50Gi
|
||||||
|
- name: cache
|
||||||
|
emptyDir:
|
||||||
|
medium: Memory
|
||||||
|
sizeLimit: 2Gi
|
||||||
|
|||||||
Reference in New Issue
Block a user