cluster

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

commit f1717f516d3ade5e4f8a6724ace1663f9993a4be
parent 692c26b9894e1f7250c0c67f986f922ce56264b7
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun,  2 Jul 2023 15:16:09 +0200

Meow

Diffstat:
Mapps/base/rook/filesystem.yaml | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/apps/base/rook/filesystem.yaml b/apps/base/rook/filesystem.yaml @@ -234,24 +234,24 @@ spec: osd-hdd: limits: cpu: "500m" - memory: "60Mi" + memory: "4Gi" requests: cpu: "0m" - memory: "60Mi" + memory: "2Gi" osd-ssd: limits: cpu: "500m" - memory: "60Mi" + memory: "4Gi" requests: cpu: "0m" - memory: "60Mi" + memory: "2Gi" osd-nvme: limits: cpu: "500m" - memory: "60Mi" + memory: "4Gi" requests: cpu: "0m" - memory: "60Mi" + memory: "2Gi" prepareosd: requests: cpu: "0m"