cluster

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

commit 246e48c0a34d8b0958da0863275577095e28bc50
parent 575b2cf4435f1e9762254795b76337771fe1aa7f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 17 Apr 2023 15:26:39 +0200

Fix resources indentation

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

diff --git a/apps/base/rook/filesystem.yaml b/apps/base/rook/filesystem.yaml @@ -305,23 +305,23 @@ spec: - name: "control-plane-2" devices: # specific devices to use for storage can be specified for each node - name: "/dev/sdb" - resources: - limits: - cpu: "2" - memory: "4096Mi" - requests: - cpu: "0" - memory: "0Mi" + resources: + limits: + cpu: "2" + memory: "4096Mi" + requests: + cpu: "0" + memory: "0Mi" - name: "control-plane-3" devices: # specific devices to use for storage can be specified for each node - name: "/dev/sdb" - resources: - limits: - cpu: "2" - memory: "4096Mi" - requests: - cpu: "0" - memory: "0Mi" + resources: + limits: + cpu: "2" + memory: "4096Mi" + requests: + cpu: "0" + memory: "0Mi" # - name: "nvme01" # multiple osds can be created on high performance devices # config: # osdsPerDevice: "5"