argocd virtual server
This commit is contained in:
parent
96c2709651
commit
441ebb4080
@ -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:
|
||||
- "*"
|
||||
18
helm/argocd/templates/virtualservice.yaml
Normal file
18
helm/argocd/templates/virtualservice.yaml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user