Direct-mount /dev/dri in
This commit is contained in:
parent
a5f24642ae
commit
cbc77be2a3
@ -42,6 +42,8 @@ spec:
|
||||
name: jf-config
|
||||
- mountPath: /cache
|
||||
name: jf-cache
|
||||
- mountPath: /dev/dri
|
||||
name: dri
|
||||
tolerations:
|
||||
- key: face
|
||||
operator: Equal
|
||||
@ -57,6 +59,9 @@ spec:
|
||||
- name: jf-cache
|
||||
persistentVolumeClaim:
|
||||
claimName: jf-cache-pvc
|
||||
- name: dri
|
||||
hostPath:
|
||||
path: /dev/dri
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user