Files
kube-plex/charts
gilgamezh 1bc376f4f1 Add configurable GPU support for hardware transcoding
- 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.
2025-07-28 14:35:14 +02:00
..