From be253984b0b90370e71eaab9cfcc80b1e3bc3943 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 4 Oct 2024 23:23:26 +0200 Subject: [PATCH] Added rook cluster --- infrastructure/controllers/rook.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/infrastructure/controllers/rook.yaml b/infrastructure/controllers/rook.yaml index cfd997f..7e4ba1f 100644 --- a/infrastructure/controllers/rook.yaml +++ b/infrastructure/controllers/rook.yaml @@ -27,3 +27,28 @@ spec: name: rook-release version: 1.15.3 interval: 1m0s +--- +apiVersion: helm.toolkit.fluxcd.io/v2 +kind: HelmRelease +metadata: + name: rook-ceph-cluster + namespace: rook-ceph +spec: + chart: + spec: + chart: rook-ceph-cluster + reconcileStrategy: ChartVersion + sourceRef: + kind: HelmRepository + name: rook-release + version: 1.15.3 + interval: 1m0s + values: + cepthClusterSpec: + storage: + deviceFilter: "^nvme." + # For testing we only have one node + mon: + count: 1 + mgr: + count: 1