gitops/helm/argocd/templates/virtualservice.yaml
2026-06-27 17:19:01 +02:00

16 lines
321 B
YAML

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