Skip to content

Commit

Permalink
feat(helm): add mali devices to immich
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Sep 28, 2024
1 parent bb488bc commit bd0ce44
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions kubernetes/turing/immich/immich/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,28 @@ spec:
persistence:
cache:
type: pvc
dri:
enabled: true
type: hostPath
hostPath: /dev/dri
mountPath: /dev/dri
dma-heap:
enabled: true
type: hostPath
hostPath: /dev/dma_heap
mountPath: /dev/dma_heap
mali0:
enabled: true
type: hostPath
hostPath: /dev/mali0
mountPath: /dev/mali0
rga:
enabled: true
type: hostPath
hostPath: /dev/rga
mountPath: /dev/rga
mpp-service:
enabled: true
type: hostPath
hostPath: /dev/mpp_service
mountPath: /dev/mpp_service

0 comments on commit bd0ce44

Please sign in to comment.