From 6491cb6c37c23749e4cef0fa1cab07d1d158080c Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sat, 4 Jul 2026 15:29:29 +0200 Subject: [PATCH] autocommit --- helm/argocd/templates/virtualservice.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/helm/argocd/templates/virtualservice.yaml b/helm/argocd/templates/virtualservice.yaml index 539e280..de91753 100644 --- a/helm/argocd/templates/virtualservice.yaml +++ b/helm/argocd/templates/virtualservice.yaml @@ -7,10 +7,11 @@ spec: hosts: - "argocd.apps.linvogel.internal" gateways: - - istio-system/apps-gateway + - istio-ingress/ingressgateway http: - - route: + - name: "argocd-route" + route: - destination: host: argocd-server.argocd.svc.cluster.local port: - number: 8080 \ No newline at end of file + number: 8080