mount the dang thing
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
3afab9c9c3
commit
c41d72b93c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue