File tree Expand file tree Collapse file tree
apps/apisix/overlays/testing-privileged Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,32 +13,39 @@ helmCharts:
1313 valuesInline :
1414 dashboard :
1515 enabled : true
16+ apisix :
17+ enabled : true
18+ admin :
19+ allow :
20+ ipList :
21+ - 0.0.0.0/0
1622 gateway :
1723 type : LoadBalancer
18- tls :
19- enabled : false
2024 annotations :
2125 metallb.universe.tf/address-pool : first-pool
26+ ports :
27+ - port : 80
28+ targetPort : 9080
29+ protocol : TCP
30+ name : http
2231 externalTrafficPolicy : Local
2332 ingress-controller :
2433 enabled : true
2534 config :
2635 gateway :
2736 enabled : true
28- name : apisix-gateway
29- gatewayAPIVersion : v1beta1
37+ instanceName : *namespace
38+ gatewayClassName : apisix
39+ controllerName : " gateway.apisix.apache.org/gateway-controller"
3040 kubernetes :
31- watchNamespace : " *"
3241 enableGatewayAPI : true
42+ watchNamespaces : ["argocd", *namespace]
43+ ingressPublishService : " testing-privileged/apisix-gateway"
3344 apisix :
34- defaultLabelFields :
35- - app.kubernetes.io/name
36- - app.kubernetes.io/version
45+ adminAPIVersion : v3
3746 serviceNamespace : *namespace
3847 serviceName : apisix-admin
39- adminAPIVersion : v3
40- global :
41- namespace : *namespace
48+ adminKey : edd1c9f0985e76a2
4249patches :
4350 - patch : |
4451 apiVersion: v1
You can’t perform that action at this time.
0 commit comments