@@ -82,17 +82,20 @@ The command removes all the Kubernetes components associated with the chart and
8282| apisix.http.luaSharedDict.plugin-graphql-limit-count-reset-header | string | ` "10m" ` | |
8383| apisix.http.luaSharedDict.plugin-limit-conn | string | ` "10m" ` | |
8484| apisix.http.luaSharedDict.plugin-limit-count | string | ` "10m" ` | |
85+ | apisix.http.luaSharedDict.plugin-limit-count-advanced | string | ` "10m" ` | |
86+ | apisix.http.luaSharedDict.plugin-limit-count-advanced-redis-cluster-slot-lock | string | ` "1m" ` | |
8587| apisix.http.luaSharedDict.plugin-limit-count-redis-cluster-slot-lock | string | ` "1m" ` | |
8688| apisix.http.luaSharedDict.plugin-limit-req | string | ` "10m" ` | |
8789| apisix.http.luaSharedDict.saml_sessions | string | ` "10m" ` | |
90+ | apisix.http.luaSharedDict.status_report | string | ` "1m" ` | |
8891| apisix.http.luaSharedDict.tars | string | ` "1m" ` | |
8992| apisix.http.luaSharedDict.tracing_buffer | string | ` "10m" ` | |
9093| apisix.http.luaSharedDict.upstream-healthcheck | string | ` "10m" ` | |
9194| apisix.http.luaSharedDict.worker-events | string | ` "10m" ` | |
9295| apisix.httpRouter | string | ` "radixtree_host_uri" ` | Defines how apisix handles routing: - radixtree_uri: match route by uri(base on radixtree) - radixtree_host_uri: match route by host + uri(base on radixtree) - radixtree_uri_with_parameter: match route by uri with parameters |
9396| apisix.image.pullPolicy | string | ` "Always" ` | API7 Gateway image pull policy |
9497| apisix.image.repository | string | ` "api7/api7-ee-3-gateway" ` | API7 Gateway image repository |
95- | apisix.image.tag | string | ` "3.2.16.3 " ` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
98+ | apisix.image.tag | string | ` "3.2.16.7 " ` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
9699| apisix.kind | string | ` "Deployment" ` | Use a ` DaemonSet ` or ` Deployment ` |
97100| apisix.luaModuleHook | object | ` {"configMapRef":{"mounts":[{"key":"","path":""}],"name":""},"enabled":false,"hookPoint":"","luaPath":""} ` | Whether to add a custom lua module |
98101| apisix.luaModuleHook.configMapRef | object | ` {"mounts":[{"key":"","path":""}],"name":""} ` | configmap that stores the codes |
0 commit comments