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