File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ apiVersion: gateway.networking.k8s.io/v1beta1
22kind : Gateway
33metadata :
44 name : argocd-gateway
5- namespace : argocd
65spec :
76 gatewayClassName : apisix
87 listeners :
98 - name : http
10- hostname : " argocd.local"
119 protocol : HTTP
1210 port : 80
1311 allowedRoutes :
Original file line number Diff line number Diff line change @@ -2,17 +2,15 @@ apiVersion: gateway.networking.k8s.io/v1beta1
22kind : HTTPRoute
33metadata :
44 name : argocd-route
5- namespace : argocd
65spec :
76 parentRefs :
87 - name : argocd-gateway
98 sectionName : http
10- hostnames : ["argocd.local"]
119 rules :
1210 - matches :
1311 - path :
1412 type : PathPrefix
15- value : /
13+ value : /argo
1614 backendRefs :
1715 - name : argocd-server
1816 port : 80
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33
4+ namespace : argocd
5+
46resources :
57 - gateway.yaml
68 - httproute.yaml
79
10+ commonLabels :
11+ app.kubernetes.io/name : argocd-gateway
12+ app.kubernetes.io/part-of : argocd
13+
814patches :
915 - patch : |
1016 apiVersion: v1
You can’t perform that action at this time.
0 commit comments