diff --git a/NOTES.md b/NOTES.md index 9643fe1..7a48ddf 100644 --- a/NOTES.md +++ b/NOTES.md @@ -75,3 +75,7 @@ spec: Re: `device-plugin` path, that apparently changed (from `/var/lib/rancher/k3s/agent/kubelet/device-plugins`, which was the provided value) [some time ago](https://github.com/k3s-io/k3s/issues/2664#issuecomment-742013918) This also required the [Device Plugin Feature Gate](https://github.com/k3s-io/k3s/discussions/4596) to be enabled. + +Further useful links: +* [Reddit thread](https://old.reddit.com/r/jellyfin/comments/y7i3uc/trouble_with_quicksync_trancoding_on_new_11th_gen/) +* [Enabling iGPU](https://community.hetzner.com/tutorials/howto-enable-igpu) diff --git a/charts/jellyfin/values.yaml b/charts/jellyfin/values.yaml index d3dfb2b..3dd776d 100644 --- a/charts/jellyfin/values.yaml +++ b/charts/jellyfin/values.yaml @@ -63,9 +63,9 @@ ingress: # https://github.com/kubernetes/kubernetes/issues/7890#issuecomment-766088805 resources: requests: - smarter-devices/fb0: 1 + smarter-devices/dri_card0: 1 limits: - smarter-devices/fb0: 1 + smarter-devices/dri_card0: 1 # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following