Add the resources so the plugin does it's bit.
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
89f582b6a1
commit
65e5a00188
|
@ -41,6 +41,11 @@ spec:
|
|||
- containerPort: 1900
|
||||
name: dlna
|
||||
protocol: UDP
|
||||
resources:
|
||||
limits:
|
||||
gpu.intel.com/i915: "1"
|
||||
requests:
|
||||
gpu.intel.com/i915: "1"
|
||||
volumeMounts:
|
||||
- mountPath: /data2/media
|
||||
name: runningseries
|
||||
|
|
Loading…
Reference in New Issue