mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 10:18:26 +00:00
fix(rook): custom resource req&limits
This commit is contained in:
@@ -62,6 +62,60 @@ spec:
|
||||
devicePathFilter: "^/dev/disk/by-id/ata-INTEL_SSDSC2BB016T4.*"
|
||||
# - name: "strato"
|
||||
# devicePathFilter: "^/dev/disk/by-id/ata-INTEL_SSDSC2BB016T4.*"
|
||||
resources:
|
||||
mgr:
|
||||
requests:
|
||||
cpu: "150m"
|
||||
memory: "512Mi"
|
||||
limits:
|
||||
cpu: "2000m"
|
||||
memory: "4Gi"
|
||||
mon:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "500Mi"
|
||||
limits:
|
||||
cpu: "2000m"
|
||||
memory: "4Gi"
|
||||
osd:
|
||||
requests:
|
||||
cpu: "500m"
|
||||
memory: "3Gi"
|
||||
limits:
|
||||
cpu: "3000m"
|
||||
memory: "10Gi"
|
||||
mgr-sidecar:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "100Mi"
|
||||
limits:
|
||||
cpu: "8000m"
|
||||
memory: "500Mi"
|
||||
crashcollector:
|
||||
requests:
|
||||
cpu: "15m"
|
||||
memory: "64Mi"
|
||||
limits:
|
||||
memory: "64Mi"
|
||||
logcollector:
|
||||
requests:
|
||||
cpu: "50m"
|
||||
memory: "100Mi"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
cleanup:
|
||||
requests:
|
||||
cpu: "250m"
|
||||
memory: "100Mi"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
exporter:
|
||||
requests:
|
||||
cpu: "50m"
|
||||
memory: "50Mi"
|
||||
limits:
|
||||
cpu: "250m"
|
||||
memory: "128Mi"
|
||||
cephBlockPools:
|
||||
- name: "${CLUSTER_NAME}-block-k8s-ssd"
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user