gitops/helm/argocd/templates/virtualservice.yaml
2026-07-14 22:10:01 +02:00

20 lines
393 B
YAML

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