File tree Expand file tree Collapse file tree 2 files changed +5
-23
lines changed
Expand file tree Collapse file tree 2 files changed +5
-23
lines changed Original file line number Diff line number Diff line change 77 gatewayClassName : apisix
88 listeners :
99 - name : http
10+ hostname : " argocd.local"
1011 protocol : HTTP
1112 port : 80
1213 allowedRoutes :
1314 namespaces :
1415 from : Same
15- - name : https
16- protocol : HTTPS
17- port : 443
18- allowedRoutes :
19- namespaces :
20- from : Same
21- tls :
22- mode : Passthrough
Original file line number Diff line number Diff line change 11apiVersion : gateway.networking.k8s.io/v1beta1
22kind : HTTPRoute
33metadata :
4- name : argocd-httproute
4+ name : argocd-route
55 namespace : argocd
66spec :
77 parentRefs :
88 - name : argocd-gateway
9- namespace : argocd
9+ sectionName : http
10+ hostnames : ["argocd.local"]
1011 rules :
1112 - matches :
1213 - path :
1617 - name : argocd-server
1718 port : 80
1819 kind : Service
19- namespace : argocd
20- - matches :
21- - path :
22- type : PathPrefix
23- value : /api
24- - path :
25- type : PathPrefix
26- value : /oauth2
27- backendRefs :
28- - name : argocd-server
29- port : 443
30- kind : Service
31- namespace : argocd
20+ weight : 1
You can’t perform that action at this time.
0 commit comments