mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
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>
11 lines
239 B
YAML
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
|