From 99e93719690897ec65309521d089012a2c690656 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Mon, 28 Jul 2025 14:38:21 +0200 Subject: [PATCH] Update Plex to use new configurable GPU support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace extraVolumeMounts/extraVolumes with new gpu configuration - Enable GPU support with cleaner, more maintainable config - Use same /dev/dri paths for hardware-accelerated transcoding - Leverages new kube-plex GPU feature for better integration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- plex_values.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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: