cluster

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

commit bf721833977fc7b2fc4781c4c956493f333d1b60
parent bf441f5ea7272e568eb436a9aafe218ee5d35893
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 16 Apr 2023 23:49:46 +0200

minor fixes

Diffstat:
Mapps/base/rook/filesystem.yaml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/apps/base/rook/filesystem.yaml b/apps/base/rook/filesystem.yaml @@ -52,6 +52,8 @@ spec: # are already enabled by other settings in the cluster CR. - name: pg_autoscaler enabled: true + - name: rook + enabled: true # enable the ceph dashboard for viewing cluster status dashboard: enabled: true @@ -533,4 +535,5 @@ spec: service: name: rook-ceph-mgr-dashboard port: - name: https-dashboard + name: http-dashboard +