Adjusted resource usage
This commit is contained in:
parent
39d3e6862d
commit
53c04567cb
|
@ -55,3 +55,22 @@ spec:
|
||||||
mgr:
|
mgr:
|
||||||
# For testing we only have one node
|
# For testing we only have one node
|
||||||
allowMultiplePerNode: true
|
allowMultiplePerNode: true
|
||||||
|
resources:
|
||||||
|
mgr:
|
||||||
|
limits:
|
||||||
|
memory: "1Gi"
|
||||||
|
requests:
|
||||||
|
cpu: "50m"
|
||||||
|
memory: "512Mi"
|
||||||
|
mon:
|
||||||
|
limits:
|
||||||
|
memory: "2Gi"
|
||||||
|
requests:
|
||||||
|
cpu: "100m"
|
||||||
|
memory: "1Gi"
|
||||||
|
osd:
|
||||||
|
limits:
|
||||||
|
memory: "2Gi"
|
||||||
|
requests:
|
||||||
|
cpu: "100m"
|
||||||
|
memory: "1Gi"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user