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 <noreply@anthropic.com>
This commit is contained in:
Scooby Husky
2026-03-12 22:32:09 -05:00
co-authored by Claude Opus 4.6
parent b795f5aa8f
commit 31113ecf16
@@ -7,6 +7,4 @@ spec:
endpoints: endpoints:
- fqdn: - fqdn:
hostname: rook-ceph-mgr-dashboard.rook-ceph.svc.cluster.local hostname: rook-ceph-mgr-dashboard.rook-ceph.svc.cluster.local
port: 8443 port: 7000
tls:
insecureSkipVerify: true