From 39d330083391184308b1906e28e4e3581ad039c9 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 6 Apr 2026 17:09:45 -0500 Subject: [PATCH 1/2] feat: change resource limits --- clusters/cl01tl/helm/rook-ceph/values.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/clusters/cl01tl/helm/rook-ceph/values.yaml b/clusters/cl01tl/helm/rook-ceph/values.yaml index 348dafcd2..76bb6f82f 100644 --- a/clusters/cl01tl/helm/rook-ceph/values.yaml +++ b/clusters/cl01tl/helm/rook-ceph/values.yaml @@ -3,7 +3,7 @@ rook-ceph: enabled: true resources: limits: - memory: null + memory: 1Gi requests: cpu: 100m memory: 100Mi @@ -84,19 +84,19 @@ rook-ceph-cluster: resources: mgr: limits: - memory: null + memory: 2Gi requests: cpu: 100m memory: 500Mi mon: limits: - memory: null + memory: 4Gi requests: cpu: 100m memory: 750Mi osd: limits: - memory: null + memory: 8Gi requests: cpu: 100m memory: 2Gi @@ -106,31 +106,31 @@ rook-ceph-cluster: memory: 200Mi mgr-sidecar: limits: - memory: null + memory: 2Gi requests: cpu: 100m memory: "40Mi" crashcollector: limits: - memory: null + memory: 2Gi requests: cpu: 10m memory: 20Mi logcollector: limits: - memory: null + memory: 2Gi requests: cpu: 10m memory: 100Mi cleanup: limits: - memory: null + memory: 2Gi requests: cpu: 10m memory: 100Mi exporter: limits: - memory: null + memory: 2Gi requests: cpu: 10m memory: 20Mi -- 2.49.1 From 2eb730c87cdf3e1804b41d5fd17ee48d91530f2d Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 6 Apr 2026 17:11:53 -0500 Subject: [PATCH 2/2] feat: change resource limits --- clusters/cl01tl/helm/rook-ceph/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/rook-ceph/values.yaml b/clusters/cl01tl/helm/rook-ceph/values.yaml index 76bb6f82f..858c8f6db 100644 --- a/clusters/cl01tl/helm/rook-ceph/values.yaml +++ b/clusters/cl01tl/helm/rook-ceph/values.yaml @@ -21,7 +21,7 @@ rook-ceph-cluster: image: quay.io/ceph/ceph:v20.2.1@sha256:0bae386bc859cd9a05b804d1ca16cca8853a64f90809044e2bf43095419dc337 resources: limits: - memory: null + memory: 1Gi requests: cpu: 1m memory: 10Mi @@ -109,7 +109,7 @@ rook-ceph-cluster: memory: 2Gi requests: cpu: 100m - memory: "40Mi" + memory: 40Mi crashcollector: limits: memory: 2Gi -- 2.49.1