gitops/helm/argocd/templates/destinationrule.yaml

13 lines
277 B
YAML

apiVersion: networking.istio.io/v1
kind: DestinationRule
metadata:
name: argocd-backend-https
spec:
host: argocd.apps.linvogel.internal
trafficPolicy:
portLevelSettings:
- port:
number: 8080
tls:
insecureSkipVerify: true
mode: SIMPLE