11# api7-ingress-controller
22
3- ![ Version: 0.1.16 ] ( https://img.shields.io/badge/Version-0.1.16 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.9 ] ( https://img.shields.io/badge/AppVersion-2.0.9 -informational?style=flat-square )
3+ ![ Version: 0.1.17 ] ( https://img.shields.io/badge/Version-0.1.17 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.10 ] ( https://img.shields.io/badge/AppVersion-2.0.10 -informational?style=flat-square )
44
55Ingress Controller for API7
66
@@ -27,6 +27,7 @@ Ingress Controller for API7
2727| autoscaling.enabled | bool | ` false ` | |
2828| autoscaling.minReplicas | int | ` 1 ` | |
2929| config.controllerName | string | ` "apisix.apache.org/apisix-ingress-controller" ` | |
30+ | config.disableGatewayApi | bool | ` false ` | |
3031| config.enableHTTP2 | bool | ` false ` | |
3132| config.execADCTimeout | string | ` "15s" ` | |
3233| config.leaderElection.disable | bool | ` false ` | |
@@ -45,12 +46,13 @@ Ingress Controller for API7
4546| deployment.annotations | object | ` {} ` | |
4647| deployment.image.pullPolicy | string | ` "IfNotPresent" ` | |
4748| deployment.image.repository | string | ` "api7/api7-ingress-controller" ` | |
48- | deployment.image.tag | string | ` "2.0.9 " ` | |
49+ | deployment.image.tag | string | ` "2.0.10 " ` | |
4950| deployment.nodeSelector | object | ` {} ` | |
5051| deployment.podAnnotations | object | ` {} ` | |
51- | deployment.podSecurityContext | object | ` {} ` | |
52+ | deployment.podSecurityContext.fsGroup | int | ` 2000 ` | |
5253| deployment.replicas | int | ` 1 ` | |
5354| deployment.resources | object | ` {} ` | Set pod resource requests & limits |
55+ | deployment.securityContext | object | ` {} ` | |
5456| deployment.tolerations | list | ` [] ` | |
5557| deployment.topologySpreadConstraints | list | ` [] ` | |
5658| fullnameOverride | string | ` "" ` | |
0 commit comments