diff --git a/services/game-stream/wolf-statefulset.yaml b/services/game-stream/wolf-statefulset.yaml index 4347bf87..31c43729 100644 --- a/services/game-stream/wolf-statefulset.yaml +++ b/services/game-stream/wolf-statefulset.yaml @@ -51,6 +51,8 @@ spec: value: all - name: NVIDIA_VISIBLE_DEVICES value: all + - name: NVIDIA_DRIVER_VOLUME_NAME + value: nvidia-driver-vol securityContext: privileged: true resources: @@ -75,6 +77,8 @@ spec: mountPath: /dev - name: udev mountPath: /run/udev + - name: nvidia-driver-volume + mountPath: /usr/nvidia - name: wolf-api-proxy image: ghcr.io/games-on-whales/wolf:stable imagePullPolicy: IfNotPresent @@ -170,3 +174,7 @@ spec: hostPath: path: /run/udev type: Directory + - name: nvidia-driver-volume + hostPath: + path: /var/lib/docker/volumes/nvidia-driver-vol/_data + type: Directory