Merge "Increase the cpu and memory resource limits for Ceph OSDs"
This commit is contained in:
commit
62dce1852e
@ -51,11 +51,11 @@ pod:
|
||||
enabled: false
|
||||
osd:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
memory: "2Gi"
|
||||
cpu: "1000m"
|
||||
limits:
|
||||
memory: "5Gi"
|
||||
cpu: "2000m"
|
||||
tests:
|
||||
requests:
|
||||
memory: "10Mi"
|
||||
|
Loading…
Reference in New Issue
Block a user