game-stream(wolf): use manual Nvidia driver mount

This commit is contained in:
jenkins 2026-05-22 05:12:41 -03:00
parent ce13ac054c
commit 2aea5f4ace

View File

@ -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