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 @@ -15,27 +15,28 @@ helmCharts:
1515 enabled : true
1616 gateway :
1717 type : LoadBalancer
18+ tls :
19+ enabled : false
1820 annotations :
1921 metallb.universe.tf/address-pool : first-pool
2022 externalTrafficPolicy : Local
2123 ingress-controller :
2224 enabled : true
23- name : ingress-controller
24- image :
25- repository : apache/apisix-ingress-controller
26- tag : 1.8.0
27- deployment :
28- replicas : 1
2925 config :
26+ gateway :
27+ enabled : true
28+ name : apisix-gateway
29+ gatewayAPIVersion : v1beta1
30+ kubernetes :
31+ watchNamespace : " *"
32+ enableGatewayAPI : true
3033 apisix :
31- serviceName : apisix-admin
34+ defaultLabelFields :
35+ - app.kubernetes.io/name
36+ - app.kubernetes.io/version
3237 serviceNamespace : *namespace
38+ serviceName : apisix-admin
3339 adminAPIVersion : v3
34- kubernetes :
35- enableGatewayAPI : true
36- gatewayAPIVersion : v1beta1
37- watchNamespace : " *"
38- ingressPublishService : testing-privileged/apisix-gateway
3940 global :
4041 namespace : *namespace
4142patches :
You can’t perform that action at this time.
0 commit comments