jellyfin / jellyfin-helm

Kubernetes Helm Chart for Jellyfin
GNU General Public License v2.0
25 stars 18 forks source link

Expose pod and container SecurityContext fields for Jellyfin pod #31

Closed jacksgt closed 1 month ago

jacksgt commented 1 month ago

Hi folks,

thanks for putting together this Helm chart!

I like to run the containers in my clusters as unprivileged users, hence I need access to the pod.spec.securityContext and container.securityContext fields. Maybe someone else will find it useful as well.

While I was at it I also added a paragraph to the README that explains how to get hardware acceleration working.

Cheers!

jacksgt commented 1 month ago

Thanks for the quick action @crobibero !