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/gateway/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ The command removes all the Kubernetes components associated with the chart and
56
56
| api7ee.status_endpoint.ip | string |`"0.0.0.0"`| The IP address and port on which the status endpoint will listen. |
57
57
| api7ee.status_endpoint.port | int |`7085`| The port on which the status endpoint will listen. |
58
58
| apisix.affinity | object |`{}`| Set affinity for API7 Gateway deploy |
59
-
| apisix.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 |
59
+
| apisix.customLuaSharedDicts | list |`[{"name":"kubernetes","size":"64m"},{"name":"nacos","size":"64m"},{"name":"consul","size":"64m"}]`| 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 |
60
60
| apisix.customizedConfig | object |`{}`| If apisix.enableCustomizedConfig is true, full customized config.yaml. Please note that other settings about APISIX config will be ignored |
61
61
| apisix.deleteURITailSlash | bool |`false`| Delete the '/' at the end of the URI |
62
62
| apisix.dnsConfig | object |`{}`| Custom DNS settings for the APISIX pods |
@@ -71,6 +71,7 @@ The command removes all the Kubernetes components associated with the chart and
| 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 |
@@ -103,7 +104,7 @@ The command removes all the Kubernetes components associated with the chart and
103
104
| apisix.lru | object |`{"secret":{"count":512,"neg_count":512,"neg_ttl":60,"ttl":300}}`| fine tune the parameters of LRU cache for some features like secret |
104
105
| apisix.lru.secret.neg_ttl | int |`60`| in seconds |
105
106
| apisix.lru.secret.ttl | int |`300`| in seconds |
| apisix.nodeSelector | object |`{}`| Node labels for API7 Gateway pod assignment |
108
109
| apisix.normalizeURILikeServlet | bool |`false`| The URI normalization in servlet is a little different from the RFC's. See https://github.com/jakartaee/servlet/blob/master/spec/src/main/asciidoc/servlet-spec-body.adoc#352-uri-path-canonicalization, which is used under Tomcat. Turn this option on if you want to be compatible with servlet when matching URI path. |
109
110
| apisix.podAnnotations | object |`{}`| Annotations to add to each pod |
0 commit comments