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
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue