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

11 lines
235 B
YAML

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