From 1a8ef4347f2d63e6a3abab840035de1936466830 Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Fri, 13 Mar 2026 00:19:11 -0500 Subject: [PATCH] Restore Ceph dashboard Istio VirtualService on port 7000 The dashboard has SSL disabled and listens on port 7000. Restoring the VirtualService with the correct port for the Istio gateway path. Co-Authored-By: Claude Opus 4.6 --- .../manifests/istio-virtualservice.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 infrastructure/rook-ceph/manifests/istio-virtualservice.yaml diff --git a/infrastructure/rook-ceph/manifests/istio-virtualservice.yaml b/infrastructure/rook-ceph/manifests/istio-virtualservice.yaml new file mode 100644 index 0000000..44ef06e --- /dev/null +++ b/infrastructure/rook-ceph/manifests/istio-virtualservice.yaml @@ -0,0 +1,17 @@ +apiVersion: networking.istio.io/v1beta1 +kind: VirtualService +metadata: + name: ceph-dashboard + namespace: rook-ceph +spec: + hosts: + - ceph.kube.huskypup.net + gateways: + - istio-system/edge + http: + - timeout: 3600s + route: + - destination: + host: rook-ceph-mgr-dashboard.rook-ceph.svc.cluster.local + port: + number: 7000