From 2427c7b84b77e236435c4952582b475785a97484 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Tue, 14 Jul 2026 22:28:01 +0200 Subject: [PATCH] autocommit --- helm/argocd/templates/virtualservice.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/helm/argocd/templates/virtualservice.yaml b/helm/argocd/templates/virtualservice.yaml index 6134578..a765a09 100644 --- a/helm/argocd/templates/virtualservice.yaml +++ b/helm/argocd/templates/virtualservice.yaml @@ -3,8 +3,6 @@ kind: VirtualService metadata: name: argocd namespace: argocd - labels: - sidecar.istio.io/inject: "true" spec: hosts: - "argocd.apps.linvogel.internal" @@ -14,6 +12,6 @@ spec: - name: "argocd-route" route: - destination: - host: argocd-server.argocd.svc.cluster.local + host: argo-cd-server.argocd.svc.cluster.local port: number: 80