From 802073ebf5f9cc8dba730dc7adbed52e1f8c604c Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Mon, 20 Jul 2026 20:00:39 +0200 Subject: [PATCH] maybe fixed destination rule? --- helm/argocd/templates/destinationrule.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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