Files
Homelabv4/infrastructure/rook-ceph/manifests/istio-destinationrule.yaml
T
2026-03-09 20:21:35 -05:00

13 lines
332 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: SIMPLE
sni: rook-ceph-mgr-dashboard.rook-ceph.svc.cluster.local
insecureSkipVerify: true