File tree Expand file tree Collapse file tree 6 files changed +63
-0
lines changed
apisix/overlays/testing-privileged Expand file tree Collapse file tree 6 files changed +63
-0
lines changed Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33namespace : &namespace testing-privileged
4+ resources :
5+ - https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/standard-install.yaml
46helmCharts :
57 - name : apisix
68 repo : https://charts.apiseven.com
Original file line number Diff line number Diff line change 1+ apiVersion : gateway.networking.k8s.io/v1beta1
2+ kind : Gateway
3+ metadata :
4+ name : argocd-gateway
5+ namespace : argocd
6+ spec :
7+ gatewayClassName : apisix
8+ listeners :
9+ - name : http
10+ protocol : HTTP
11+ port : 80
12+ allowedRoutes :
13+ namespaces :
14+ from : Same
Original file line number Diff line number Diff line change 1+ apiVersion : gateway.networking.k8s.io/v1beta1
2+ kind : HTTPRoute
3+ metadata :
4+ name : argocd-httproute
5+ namespace : argocd
6+ spec :
7+ parentRefs :
8+ - name : argocd-gateway
9+ namespace : argocd
10+ rules :
11+ - matches :
12+ - path :
13+ type : PathPrefix
14+ value : /
15+ backendRefs :
16+ - name : argocd-server
17+ port : 80
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
3+
4+ resources :
5+ - gateway.yaml
6+ - httproute.yaml
7+
8+ patchesStrategicMerge :
9+ - |-
10+ apiVersion: v1
11+ kind: Service
12+ metadata:
13+ name: argocd-server
14+ spec:
15+ type: ClusterIP
Original file line number Diff line number Diff line change 1+ {
2+ "appName" : " argocd-gateway" ,
3+ "userGivenName" : " argocd-gateway" ,
4+ "destNamespace" : " default" ,
5+ "destServer" : " https://kubernetes.default.svc" ,
6+ "srcPath" : " apps/argocd-gateway/overlays/production" ,
7+ "srcRepoURL" : " https://github.com/developing-today/code.git" ,
8+ "srcTargetRevision" : " " ,
9+ "labels" : null ,
10+ "annotations" : null
11+ }
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
3+ resources :
4+ - ../../base
You can’t perform that action at this time.
0 commit comments