From 5067a9b8206be31908aa7d6ffa05609ed0ebe403 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Wed, 22 Jul 2026 21:03:23 +0200 Subject: [PATCH] autocommit --- helm/argocd/templates/destinationrule.yaml | 10 ++++++---- helm/argocd/templates/virtualservice.yaml | 4 ++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/helm/argocd/templates/destinationrule.yaml b/helm/argocd/templates/destinationrule.yaml index 75d535b..4168a32 100644 --- a/helm/argocd/templates/destinationrule.yaml +++ b/helm/argocd/templates/destinationrule.yaml @@ -5,7 +5,9 @@ metadata: spec: host: argocd-server.argocd.svc.cluster.local trafficPolicy: - tls: - insecureSkipVerify: true - mode: SIMPLE - sni: argocd.apps.linvogel.internal \ No newline at end of file + tls: + insecureSkipVerify: true + mode: SIMPLE + sni: argocd.apps.linvogel.internal + port: 443 + \ No newline at end of file diff --git a/helm/argocd/templates/virtualservice.yaml b/helm/argocd/templates/virtualservice.yaml index 4cd598c..a48e87d 100644 --- a/helm/argocd/templates/virtualservice.yaml +++ b/helm/argocd/templates/virtualservice.yaml @@ -15,3 +15,7 @@ spec: host: argocd-server.argocd.svc.cluster.local port: number: 80 + - destination: + host: argocd-server.argocd.svc.cluster.local + port: + number: 443