gitops/helm/argocd/templates/virtualservice.yaml
2026-07-04 16:14:55 +02:00

20 lines
395 B
YAML

apiVersion: networking.istio.io/v1
kind: VirtualService
metadata:
name: argocd
namespace: argocd
labels:
sidecar.istio.io/inect: "true"
spec:
hosts:
- "argocd.apps.linvogel.internal"
gateways:
- istio-ingress/ingressgateway
http:
- name: "argocd-route"
route:
- destination:
host: argocd-server.argocd.svc.cluster.local
port:
number: 8080