game-stream(wolf): use manual Nvidia driver mount
This commit is contained in:
parent
ce13ac054c
commit
2aea5f4ace
@ -20,7 +20,6 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
runtimeClassName: nvidia
|
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
initContainers:
|
initContainers:
|
||||||
@ -59,11 +58,9 @@ spec:
|
|||||||
requests:
|
requests:
|
||||||
cpu: "2"
|
cpu: "2"
|
||||||
memory: 4Gi
|
memory: 4Gi
|
||||||
nvidia.com/gpu.shared: 1
|
|
||||||
limits:
|
limits:
|
||||||
cpu: "12"
|
cpu: "12"
|
||||||
memory: 32Gi
|
memory: 32Gi
|
||||||
nvidia.com/gpu.shared: 1
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: wolf-state
|
- name: wolf-state
|
||||||
mountPath: /etc/wolf
|
mountPath: /etc/wolf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user