mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
More constraints
This commit is contained in:
@@ -51,6 +51,13 @@ rook-ceph-cluster:
|
||||
limits:
|
||||
#cpu: "500m"
|
||||
memory: "512Mi"
|
||||
mon:
|
||||
requests:
|
||||
cpu: "400m"
|
||||
memory: "1024Mi"
|
||||
limits:
|
||||
#cpu: "500m"
|
||||
memory: "1024Mi"
|
||||
mgr:
|
||||
requests:
|
||||
cpu: "500m"
|
||||
@@ -58,13 +65,6 @@ rook-ceph-cluster:
|
||||
limits:
|
||||
#cpu: "500m"
|
||||
memory: "512Mi"
|
||||
mon:
|
||||
requests:
|
||||
cpu: "500m"
|
||||
memory: "1024Mi"
|
||||
limits:
|
||||
#cpu: "500m"
|
||||
memory: "1024Mi"
|
||||
osd:
|
||||
requests:
|
||||
cpu: "500m"
|
||||
@@ -72,6 +72,20 @@ rook-ceph-cluster:
|
||||
limits:
|
||||
#cpu: "500m"
|
||||
memory: "3072Mi"
|
||||
crashcollector:
|
||||
requests:
|
||||
cpu: "50m"
|
||||
memory: "60Mi"
|
||||
limits:
|
||||
#cpu: "500m"
|
||||
memory: "60Mi"
|
||||
mgr-sidecar:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "40Mi"
|
||||
limits:
|
||||
#cpu: "500m"
|
||||
memory: "100Mi"
|
||||
prepareosd:
|
||||
requests:
|
||||
cpu: "500m"
|
||||
@@ -79,6 +93,13 @@ rook-ceph-cluster:
|
||||
#limits:
|
||||
#cpu: "500m"
|
||||
#memory: "8192Mi"
|
||||
exporter:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "50Mi"
|
||||
limits:
|
||||
#cpu: "500m"
|
||||
memory: "128Mi"
|
||||
|
||||
# BLOCK SPEC
|
||||
cephBlockPools:
|
||||
|
||||
Reference in New Issue
Block a user