mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
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:
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user