cluster

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

commit 4a148bd5fed3c0fff78aabd2fc43074626182bb1
parent d62969d6c9f263b0fe08d33093fa15fca5a76cdd
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 10 Oct 2024 21:45:37 +0200

Deploy rook

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

diff --git a/infrastructure/controllers/rook.yaml b/infrastructure/controllers/rook.yaml @@ -56,7 +56,7 @@ spec: cephVersion: image: quay.io/ceph/ceph:v19.2.0 mon: - count: 3 + count: 2 allowMultiplePerNode: false volumeClaimTemplate: spec: @@ -71,7 +71,7 @@ spec: #useAllDevices: false storageClassDeviceSets: - name: "hcloud-volumes" - count: 2 + count: 3 portable: true encrypted: false tuneFastDeviceClass: true