File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- apiVersion : gateway.networking.k8s.io/v1beta1
1+ apiVersion : gateway.networking.k8s.io/v1
22kind : Gateway
33metadata :
4- name : testing-privileged
4+ name : argocd-gateway
5+ namespace : testing-privileged
6+ labels :
7+ app.kubernetes.io/instance : testing-privileged-argocd-gateway
8+ app.kubernetes.io/name : argocd-gateway
9+ app.kubernetes.io/part-of : argocd
510spec :
611 gatewayClassName : apisix
712 listeners :
8- - name : http
9- protocol : HTTP
10- port : 80
11- allowedRoutes :
13+ - allowedRoutes :
1214 namespaces :
1315 from : All
16+ name : http
17+ port : 80
18+ protocol : HTTP
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 name : argocd-route
55 namespace : testing-privileged
66 labels :
7- app.kubernetes.io/instance : production -argocd-gateway
7+ app.kubernetes.io/instance : testing-privileged -argocd-gateway
88 app.kubernetes.io/name : argocd-gateway
99 app.kubernetes.io/part-of : argocd
1010spec :
You can’t perform that action at this time.
0 commit comments