From 2aea5f4acead603ba76d6a94184c6ee762f315fc Mon Sep 17 00:00:00 2001 From: jenkins Date: Fri, 22 May 2026 05:12:41 -0300 Subject: [PATCH] game-stream(wolf): use manual Nvidia driver mount --- services/game-stream/wolf-statefulset.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/game-stream/wolf-statefulset.yaml b/services/game-stream/wolf-statefulset.yaml index 31c43729..902915d0 100644 --- a/services/game-stream/wolf-statefulset.yaml +++ b/services/game-stream/wolf-statefulset.yaml @@ -20,7 +20,6 @@ spec: spec: hostNetwork: true dnsPolicy: ClusterFirstWithHostNet - runtimeClassName: nvidia securityContext: fsGroup: 1000 initContainers: @@ -59,11 +58,9 @@ spec: requests: cpu: "2" memory: 4Gi - nvidia.com/gpu.shared: 1 limits: cpu: "12" memory: 32Gi - nvidia.com/gpu.shared: 1 volumeMounts: - name: wolf-state mountPath: /etc/wolf