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
|
||||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
runtimeClassName: nvidia
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: jellyfin/jellyfin
|
||||
tag: 10.8.13
|
||||
runtimeClassName: nvidia
|
||||
env:
|
||||
NVIDIA_VISIBLE_DEVICES: "all"
|
||||
NVIDIA_DRIVER_CAPABILITIES: "compute,video,utility"
|
||||
|
|
Loading…
Reference in a new issue