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