Skip to main content

Plex Media Server - iGPU Mounting

/dev/dri mounted through container for iGPU usage

# Optionally specify additional volume mounts for the PMS and init containers.
extraVolumeMounts:
  - name: dev-dri
    mountPath: /dev/dri
    
# extraVolumeMounts:
#   - name: some-volume-name
#     mountPath: /path/in/container


# Optionally specify additional volumes for the pod.
extraVolumes:
  - name: dev-dri
    hostPath: 
      path: /dev/dri
# extraVolumes:
#   - name: some-volume-name
#     emptyDir: {}

Reference: https://github.com/plexinc/pms-docker/tree/master/charts/plex-media-server