11# api7-ingress-controller
22
3- ![ Version: 0.1.19 ] ( https://img.shields.io/badge/Version-0.1.19 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.12 ] ( https://img.shields.io/badge/AppVersion-2.0.12 -informational?style=flat-square )
3+ ![ Version: 0.1.20 ] ( https://img.shields.io/badge/Version-0.1.20 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.13 ] ( https://img.shields.io/badge/AppVersion-2.0.13 -informational?style=flat-square )
44
55Ingress Controller for API7
66
@@ -29,6 +29,7 @@ Ingress Controller for API7
2929| config.controllerName | string | ` "apisix.apache.org/apisix-ingress-controller" ` | |
3030| config.disableGatewayApi | bool | ` false ` | |
3131| config.enableHTTP2 | bool | ` false ` | |
32+ | config.enableServer | bool | ` false ` | |
3233| config.execADCTimeout | string | ` "15s" ` | |
3334| config.leaderElection.disable | bool | ` false ` | |
3435| config.leaderElection.id | string | ` "apisix-ingress-controller-leader" ` | |
@@ -42,11 +43,12 @@ Ingress Controller for API7
4243| config.provider.syncPeriod | string | ` "1h" ` | |
4344| config.provider.type | string | ` "api7ee" ` | |
4445| config.secureMetrics | bool | ` false ` | |
46+ | config.serverAddr | string | ` "127.0.0.1:9092" ` | |
4547| deployment.affinity | object | ` {} ` | |
4648| deployment.annotations | object | ` {} ` | |
4749| deployment.image.pullPolicy | string | ` "IfNotPresent" ` | |
4850| deployment.image.repository | string | ` "api7/api7-ingress-controller" ` | |
49- | deployment.image.tag | string | ` "2.0.12 " ` | |
51+ | deployment.image.tag | string | ` "2.0.13 " ` | |
5052| deployment.nodeSelector | object | ` {} ` | |
5153| deployment.podAnnotations | object | ` {} ` | |
5254| deployment.podSecurityContext.fsGroup | int | ` 2000 ` | |
0 commit comments