gitops/helm/argocd/templates/virtualservice.yaml

18 lines
376 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:
- match:
- host: "argocd.apps.linvogel.internal"
route:
- destination:
host: argocd-server.argocd.svc.cluster.local
port:
number: 8080