Fix Ceph dashboard DestinationRule: disable TLS to match dashboard config

Dashboard has ssl: false (plain HTTP on port 7000), but the DestinationRule
had tls.mode: SIMPLE which caused Istio to attempt TLS to the backend,
resulting in WRONG_VERSION_NUMBER errors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Scooby Husky
2026-03-14 13:41:57 -05:00
co-authored by Claude Opus 4.6
parent bc37f9d1a4
commit 7c184f9d14
@@ -7,6 +7,4 @@ spec:
host: rook-ceph-mgr-dashboard.rook-ceph.svc.cluster.local host: rook-ceph-mgr-dashboard.rook-ceph.svc.cluster.local
trafficPolicy: trafficPolicy:
tls: tls:
mode: SIMPLE mode: DISABLE
sni: rook-ceph-mgr-dashboard.rook-ceph.svc.cluster.local
insecureSkipVerify: true