Files
Homelabv4/infrastructure/rook-ceph/manifests/istio-destinationrule.yaml
T
Scooby HuskyandClaude Opus 4.6 7c184f9d14 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>
2026-03-14 13:41:57 -05:00

11 lines
239 B
YAML

apiVersion: networking.istio.io/v1beta1
kind: DestinationRule
metadata:
name: rook-ceph-mgr-dashboard
namespace: rook-ceph
spec:
host: rook-ceph-mgr-dashboard.rook-ceph.svc.cluster.local
trafficPolicy:
tls:
mode: DISABLE