argocd virtual server

This commit is contained in:
Linus Vogel 2026-06-27 17:17:40 +02:00
parent 96c2709651
commit 441ebb4080
2 changed files with 18 additions and 14 deletions

View File

@ -1,14 +0,0 @@
apiVersion: networking.istio.io/v1
kind: Gateway
metadata:
name: my-ingress
spec:
selector:
app: my-ingressgateway
servers:
- port:
number: 80
name: http2
protocol: HTTP2
hosts:
- "*"

View File

@ -0,0 +1,18 @@
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