Direct-mount /dev/dri in

This commit is contained in:
Jack Jackson 2025-02-08 12:35:31 -08:00
parent a5f24642ae
commit cbc77be2a3

View File

@ -42,6 +42,8 @@ spec:
name: jf-config name: jf-config
- mountPath: /cache - mountPath: /cache
name: jf-cache name: jf-cache
- mountPath: /dev/dri
name: dri
tolerations: tolerations:
- key: face - key: face
operator: Equal operator: Equal
@ -57,6 +59,9 @@ spec:
- name: jf-cache - name: jf-cache
persistentVolumeClaim: persistentVolumeClaim:
claimName: jf-cache-pvc claimName: jf-cache-pvc
- name: dri
hostPath:
path: /dev/dri
{{- with .Values.nodeSelector }} {{- with .Values.nodeSelector }}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}