Add the resources so the plugin does it's bit.

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-21 15:35:47 +00:00
parent 89f582b6a1
commit 65e5a00188
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ spec:
- containerPort: 1900 - containerPort: 1900
name: dlna name: dlna
protocol: UDP protocol: UDP
resources:
limits:
gpu.intel.com/i915: "1"
requests:
gpu.intel.com/i915: "1"
volumeMounts: volumeMounts:
- mountPath: /data2/media - mountPath: /data2/media
name: runningseries name: runningseries