diff --git a/plex_values.yml b/plex_values.yml index 528c84b..93c79db 100644 --- a/plex_values.yml +++ b/plex_values.yml @@ -29,16 +29,11 @@ persistence: config: claimName: "plex-config" -# for transcoding to use the GPU -extraVolumeMounts: - - name: dev-dri - mountPath: /dev/dri - -extraVolumes: - - name: dev-dri - hostPath: - path: /dev/dri - type: Directory +# GPU support for hardware-accelerated transcoding +gpu: + enabled: true + hostPath: "/dev/dri" + mountPath: "/dev/dri" resources: requests: