Skip to content

Commit 9040739

Browse files
committed
update
1 parent b386ebf commit 9040739

112 files changed

Lines changed: 16 additions & 12582 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/argocd-gateway/base/httproute.yaml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
1-
apiVersion: gateway.networking.k8s.io/v1beta1
1+
apiVersion: gateway.networking.k8s.io/v1
22
kind: HTTPRoute
33
metadata:
44
name: argocd-route
55
namespace: testing-privileged
6+
labels:
7+
app.kubernetes.io/instance: production-argocd-gateway
8+
app.kubernetes.io/name: argocd-gateway
9+
app.kubernetes.io/part-of: argocd
610
spec:
711
parentRefs:
8-
- name: argocd-gateway
12+
- group: gateway.networking.k8s.io
13+
kind: Gateway
14+
name: argocd-gateway
915
namespace: testing-privileged
1016
rules:
11-
- matches:
17+
- backendRefs:
18+
- group: ""
19+
kind: Service
20+
name: argocd-server
21+
namespace: argocd
22+
port: 80
23+
weight: 1
24+
matches:
1225
- path:
1326
type: PathPrefix
1427
value: /argo
15-
- path:
16-
type: PathPrefix
17-
value: /argo/
18-
backendRefs:
19-
- name: argocd-server
20-
kind: Service
21-
port: 80

charts/apisix-2.10.0.tgz

-95.3 KB
Binary file not shown.

charts/apisix/.helmignore

Lines changed: 0 additions & 20 deletions
This file was deleted.

charts/apisix/Chart.lock

Lines changed: 0 additions & 12 deletions
This file was deleted.

charts/apisix/Chart.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

charts/apisix/README.md

Lines changed: 0 additions & 226 deletions
This file was deleted.

charts/apisix/README.md.gotmpl

Lines changed: 0 additions & 39 deletions
This file was deleted.

charts/apisix/charts/apisix-dashboard/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

charts/apisix/charts/apisix-dashboard/Chart.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

charts/apisix/charts/apisix-dashboard/README.md

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)