From 4d211aa511e1713a457bee7599180dd0ef234a71 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 3 May 2025 22:56:47 +0200 Subject: [PATCH] Enable toolbox and disable crash collector in Rook Ceph cluster YAML; reduce gateway instances and CPU requests --- applications/templates/rook-ceph-cluster.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/applications/templates/rook-ceph-cluster.yaml b/applications/templates/rook-ceph-cluster.yaml index fdcd637..482f234 100644 --- a/applications/templates/rook-ceph-cluster.yaml +++ b/applications/templates/rook-ceph-cluster.yaml @@ -20,7 +20,9 @@ spec: valuesObject: operatorNamespace: ceph toolbox: - enabled: false + enabled: true + crashCollector: + disable: true monitoring: enabled: false ingress: @@ -180,11 +182,10 @@ spec: preservePoolsOnDelete: true gateway: port: 80 - instances: 2 - hostNetwork: false + instances: 1 resources: requests: - cpu: "500m" + cpu: "200m" memory: "512Mi" storageClass: name: rgw-bulk