1bc376f4f1
- 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.