You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/apisix/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ The command removes all the Kubernetes components associated with the chart and
92
92
| apisix.luaModuleHook.hookPoint | string |`""`| the hook module which will be used to inject third party code into APISIX use the lua require style like: "module.say_hello" |
93
93
| apisix.luaModuleHook.luaPath | string |`""`| extend lua_package_path to load third party code |
| apisix.nginx.customLuaSharedDicts | list |`[]`| Add custom [lua_shared_dict](https://github.com/openresty/lua-nginx-module#toc88) settings, click [here](https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/values.yaml#L27-L30) to learn the format of a shared dict |
95
+
| apisix.nginx.customLuaSharedDicts | list |`[]`| Add custom [lua_shared_dict](https://github.com/openresty/lua-nginx-module#toc88) settings, click [here](https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/values.yaml#L48-L51) to learn the format of a shared dict |
96
96
| apisix.nginx.enableCPUAffinity | bool |`true`||
97
97
| apisix.nginx.envs | list |`[]`||
98
98
| apisix.nginx.keepaliveTimeout | string |`"60s"`| Timeout during which a keep-alive client connection will stay open on the server side. |
@@ -102,6 +102,7 @@ The command removes all the Kubernetes components associated with the chart and
0 commit comments