Update Plex to use new configurable GPU support
- 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 <noreply@anthropic.com>
This commit is contained in:
+5
-10
@@ -29,16 +29,11 @@ persistence:
|
|||||||
config:
|
config:
|
||||||
claimName: "plex-config"
|
claimName: "plex-config"
|
||||||
|
|
||||||
# for transcoding to use the GPU
|
# GPU support for hardware-accelerated transcoding
|
||||||
extraVolumeMounts:
|
gpu:
|
||||||
- name: dev-dri
|
enabled: true
|
||||||
mountPath: /dev/dri
|
hostPath: "/dev/dri"
|
||||||
|
mountPath: "/dev/dri"
|
||||||
extraVolumes:
|
|
||||||
- name: dev-dri
|
|
||||||
hostPath:
|
|
||||||
path: /dev/dri
|
|
||||||
type: Directory
|
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
Reference in New Issue
Block a user