apiVersion: networking.istio.io/v1 kind: DestinationRule metadata: name: argocd-backend-https spec: host: argocd-server.argocd.svc.cluster.local port: 80 trafficPolicy: tls: insecureSkipVerify: true mode: SIMPLE