Correct runtimeclass annotation.
This commit is contained in:
parent
f498216389
commit
c230cc8860
1 changed files with 1 additions and 1 deletions
|
@ -31,12 +31,12 @@ spec:
|
||||||
type: statefulset
|
type: statefulset
|
||||||
annotations:
|
annotations:
|
||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: "true"
|
||||||
|
runtimeClassName: nvidia
|
||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: jellyfin/jellyfin
|
repository: jellyfin/jellyfin
|
||||||
tag: 10.8.13
|
tag: 10.8.13
|
||||||
runtimeClassName: nvidia
|
|
||||||
env:
|
env:
|
||||||
NVIDIA_VISIBLE_DEVICES: "all"
|
NVIDIA_VISIBLE_DEVICES: "all"
|
||||||
NVIDIA_DRIVER_CAPABILITIES: "compute,video,utility"
|
NVIDIA_DRIVER_CAPABILITIES: "compute,video,utility"
|
||||||
|
|
Loading…
Reference in a new issue