cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit a30e9cc56643234530ee4045270030d8656b361c
parent 008651bab49176cdec37482dadec930304debc36
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 11 May 2025 11:04:07 +0200

Enable rook module

Diffstat:
Minfrastructure/controllers/rook.yaml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/infrastructure/controllers/rook.yaml b/infrastructure/controllers/rook.yaml @@ -59,6 +59,11 @@ spec: cephClusterSpec: cephVersion: image: quay.io/ceph/ceph:v19.2.2 + mgr: + count: 2 + modules: + - name: rook + enabled: true mon: count: 3 allowMultiplePerNode: false