gitops/helm/argocd/templates/destinationrule.yaml
2026-07-22 21:12:59 +02:00

10 lines
224 B
YAML

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