dispatcharr: add hw transcoding
This commit is contained in:
@@ -28,6 +28,8 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: dispatcharr-data
|
- name: dispatcharr-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
- name: dev-dri
|
||||||
|
mountPath: /dev/dri
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "3Gi"
|
memory: "3Gi"
|
||||||
@@ -39,3 +41,6 @@ spec:
|
|||||||
- name: dispatcharr-data
|
- name: dispatcharr-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: dispatcharr
|
claimName: dispatcharr
|
||||||
|
- name: dev-dri
|
||||||
|
hostPath:
|
||||||
|
path: /dev/dri
|
||||||
|
|||||||
Reference in New Issue
Block a user