18 lines
347 B
YAML
18 lines
347 B
YAML
apiVersion: networking.istio.io/v1
|
|
kind: VirtualService
|
|
metadata:
|
|
name: argocd
|
|
namespace: argocd
|
|
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
|