updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to 'sha256:a4749f3b84dc3f923a7bd4d2bc4ddc1e871b5a656b62022d3827d3d98afd5efd'
updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to 'sha256:a59133e5b94b3ca19158e4ab272657c77c62dc9abdbebe1172b7657da138badb'
updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to 'sha256:b13c1a01150225d88085214dc3deabb41985fa5427766c0126c84780d156b9a9'
updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to 'sha256:06f1ee577e910c8cd2dbd9a9bcca82750d1678f994f6d754e55bc3d5f0d699cb'
updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to 'sha256:57c690bb1a54685e626b730b01d8b40e25ddd468df1cf63374d85b0b16490f5c'
updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to 'sha256:fb775e66e1dfcac73d1a909636b9884d753849c4846c262d9471cb574f75d2d7'
updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to 'sha256:3380d8901bf62a9b2246e665d6b8d1f9e03847327b539fb95feef681a8a171ff'
- Add gpu configuration section to values.yaml with enable/disable toggle
- Make hostPath and mountPath configurable with sensible defaults (/dev/dri)
- Update deployment template with conditional GPU volume mounting
- GPU support is disabled by default for backward compatibility
- When enabled, mounts host GPU devices for hardware-accelerated transcoding
Usage:
gpu:
enabled: true
hostPath: "/dev/dri" # Host GPU device path
mountPath: "/dev/dri" # Container mount path
This allows users to easily enable GPU acceleration while maintaining
flexibility for different GPU setups and container paths.
* Add affinity and tolerations
This is useful when running on clusters with more than one worker where one would like to pin plex to a specific node.
* Add docs to vaules.yaml
* Added tolerations and affinity to readme