mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 09:47:26 +00:00
Merge "Lower Ceph requirements"
This commit is contained in:
@@ -49,10 +49,10 @@ resources:
|
||||
osd:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "1000m"
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
cpu: "2000m"
|
||||
cpu: "1000m"
|
||||
mds:
|
||||
requests:
|
||||
memory: "10Mi"
|
||||
@@ -63,10 +63,10 @@ resources:
|
||||
mon:
|
||||
requests:
|
||||
memory: "50Mi"
|
||||
cpu: "1000m"
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "100Mi"
|
||||
cpu: "2000m"
|
||||
cpu: "500m"
|
||||
mon_check:
|
||||
requests:
|
||||
memory: "5Mi"
|
||||
|
||||
Reference in New Issue
Block a user