cluster

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

commit f2d1a31f67c4fd9967407fabd76174d1e6541eb9
parent a8d926ad8a39d20370a01d867e037da7e9a47817
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 10 Oct 2024 20:34:03 +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 @@ -54,7 +54,7 @@ spec: createPrometheusRules: true cephClusterSpec: mon: - count: 3 + count: 2 allowMultiplePerNode: false volumeClaimTemplate: spec: @@ -67,7 +67,7 @@ spec: useAllDevices: false storageClassDeviceSets: - name: "hcloud-volumes" - count: 3 + count: 2 portable: true encrypted: false tuneFastDeviceClass: true