From 31113ecf16d40f9317c4df2df9c535f18affd6ba Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Thu, 12 Mar 2026 22:32:09 -0500 Subject: [PATCH] Fix Ceph dashboard Backend to use HTTP port 7000 The dashboard has SSL disabled and listens on port 7000, but the Backend was configured for TLS on port 8443. Co-Authored-By: Claude Opus 4.6 --- infrastructure/rook-ceph/manifests/envoy-backend.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/infrastructure/rook-ceph/manifests/envoy-backend.yaml b/infrastructure/rook-ceph/manifests/envoy-backend.yaml index 3ef1182..e37dd50 100644 --- a/infrastructure/rook-ceph/manifests/envoy-backend.yaml +++ b/infrastructure/rook-ceph/manifests/envoy-backend.yaml @@ -7,6 +7,4 @@ spec: endpoints: - fqdn: hostname: rook-ceph-mgr-dashboard.rook-ceph.svc.cluster.local - port: 8443 - tls: - insecureSkipVerify: true + port: 7000