File tree Expand file tree Collapse file tree
apisix/overlays/testing-privileged Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
3- namespace : testing-privileged
3+ namespace : testing-privileged &namespace
44helmCharts :
55 - name : apisix
66 repo : https://charts.apiseven.com
77 version : 2.x.x
88 releaseName : apisix
9- namespace : testing-privileged
9+ namespace : *namespace
1010 includeCRDs : true
11+ # ??
12+ # kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.5.0/standard-install.yaml
1113 valuesInline :
1214 dashboard :
1315 enabled : true
16+ gateway :
17+ type : LoadBalancer
1418 ingress-controller :
1519 enabled : true
1620 config :
21+ ingressPublishService : testing-privileged/apisix-gateway
22+ # ingressPublishService: testing-privileged/apisix-ingress
23+ # ingressPublishService: testing-privileged/ingress
24+ update-status :
1725 apisix :
18- serviceNamespace : testing-privileged
26+ serviceNamespace : *namespace
27+ kubernetes :
28+ enableGatewayAPI : true
1929 global :
20- namespace : testing-privileged
30+ namespace : *namespace
2131
2232 # https://github.com/argoproj-labs/argocd-autopilot/issues/631
2333 # https://github.com/apache/apisix-helm-chart/issues/531
Original file line number Diff line number Diff line change 1+ todo
You can’t perform that action at this time.
0 commit comments