File tree Expand file tree Collapse file tree 1 file changed +20
-15
lines changed
apps/apisix/overlays/testing-privileged Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change 1+ # kustomization.yaml
12apiVersion : kustomize.config.k8s.io/v1beta1
23kind : Kustomization
34namespace : &namespace testing-privileged
5+
46resources :
57 - https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/standard-install.yaml
8+ - gatewayclass.yaml
9+
610helmCharts :
711 - name : apisix
812 repo : https://charts.apiseven.com
913 version : 2.x.x
1014 releaseName : apisix
1115 namespace : *namespace
1216 includeCRDs : true
13- # ??
14- # kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.5.0/standard-install.yaml
1517 valuesInline :
1618 dashboard :
1719 enabled : true
@@ -24,25 +26,28 @@ helmCharts:
2426 enabled : true
2527 config :
2628 ingressPublishService : testing-privileged/apisix-gateway
27- # ingressPublishService: testing-privileged/apisix-ingress
28- # ingressPublishService: testing-privileged/ingress
29- update-status :
29+ gateway :
30+ enabled : true
31+ gatewayAPIVersion : v1beta1
32+ kubernetes :
33+ enableGatewayAPI : true
3034 apisix :
3135 serviceNamespace : *namespace
32- kubernetes :
33- enableGatewayAPI : true
3436 global :
3537 namespace : *namespace
3638
37- patchesStrategicMerge :
38- - |-
39- apiVersion: v1
40- kind: Service
41- metadata:
39+ patches :
40+ - patch : |
41+ apiVersion: v1
42+ kind: Service
43+ metadata:
44+ name: apisix-gateway
45+ namespace: testing-privileged
46+ spec:
47+ type: LoadBalancer
48+ target:
49+ kind: Service
4250 name: apisix-gateway
43- namespace: testing-privileged
44- spec:
45- type: LoadBalancer
4651 # https://github.com/argoproj-labs/argocd-autopilot/issues/631
4752 # https://github.com/apache/apisix-helm-chart/issues/531
4853 # https://github.com/apache/apisix-helm-chart/pull/797
You can’t perform that action at this time.
0 commit comments