Skip to content

Commit 7705768

Browse files
committed
stuff
1 parent 1d87ea4 commit 7705768

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

apps/apisix/overlays/testing-privileged/kustomization.yaml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff 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
4142
patches:

0 commit comments

Comments
 (0)