bump deluge memory
This commit is contained in:
parent
9758ae28e7
commit
8d19f9ba5c
|
@ -31,10 +31,10 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 1500m
|
cpu: 1500m
|
||||||
memory: 250Mi
|
memory: 500Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1500m
|
cpu: 1500m
|
||||||
memory: 250Mi
|
memory: 500Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: deluge-config-pvc
|
- name: deluge-config-pvc
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
|
|
Loading…
Reference in New Issue