diff --git a/helm/argocd/templates/destinationrule.yaml b/helm/argocd/templates/destinationrule.yaml new file mode 100644 index 0000000..c0d864b --- /dev/null +++ b/helm/argocd/templates/destinationrule.yaml @@ -0,0 +1,13 @@ +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 \ No newline at end of file