mount the dang thing

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-20 20:10:07 +00:00
parent 3afab9c9c3
commit c41d72b93c
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,8 @@ spec:
name: oldseries
- mountPath: /config/transcodes
name: transcodes
- mountPath: /dev/dri
name: dev-dri
dnsPolicy: ClusterFirst
nodeSelector:
martyn.berlin/has-iGPU: true
@ -77,3 +79,7 @@ spec:
- persistentVolumeClaim:
claimName: smb-oldseries
name: oldseries
- hostPath:
path: /dev/dri
type: Directory
name: dev-dri