mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user