diff --git a/helm/argocd/templates/destinationrule.yaml b/helm/argocd/templates/destinationrule.yaml index c0d864b..75d535b 100644 --- a/helm/argocd/templates/destinationrule.yaml +++ b/helm/argocd/templates/destinationrule.yaml @@ -3,11 +3,9 @@ kind: DestinationRule metadata: name: argocd-backend-https spec: - host: argocd.apps.linvogel.internal + host: argocd-server.argocd.svc.cluster.local trafficPolicy: - portLevelSettings: - - port: - number: 8080 tls: insecureSkipVerify: true - mode: SIMPLE \ No newline at end of file + mode: SIMPLE + sni: argocd.apps.linvogel.internal \ No newline at end of file