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
@@ -90,7 +92,7 @@ The command removes all the Kubernetes components associated with the chart and
90
92
| 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 |
| customPlugins | object |`{"enabled":false,"luaPath":"/opts/custom_plugins/?.lua","plugins":[{"attrs":{},"configMap":{"mounts":[{"key":"the-file-name","path":"mount-path"}],"name":"configmap-name"},"name":"plugin-name"}]}`| customPlugins allows you to mount your own HTTP plugins. |
131
-
| customPlugins.enabled | bool |`false`| Whether to configure some custom plugins |
132
-
| customPlugins.luaPath | string |`"/opts/custom_plugins/?.lua"`| the lua_path that tells APISIX where it can find plugins, note the last ';' is required. |
| customPlugins.plugins[0].configMap | object |`{"mounts":[{"key":"the-file-name","path":"mount-path"}],"name":"configmap-name"}`| plugin codes can be saved inside configmap object. |
136
-
| customPlugins.plugins[0].configMap.mounts | list |`[{"key":"the-file-name","path":"mount-path"}]`| since keys in configmap is flat, mountPath allows to define the mount path, so that plugin codes can be mounted hierarchically. |
137
-
| customPlugins.plugins[0].configMap.name | string |`"configmap-name"`| name of configmap. |
138
132
| deployment.certs | object |`{"cert":"","cert_key":"","certsSecret":"","mTLSCACert":"","mTLSCACertSecret":""}`| certs used for certificates in decoupled mode |
139
133
| deployment.certs.cert | string |`""`| cert name in certsSecret |
140
134
| deployment.certs.cert_key | string |`""`| cert key in certsSecret |
@@ -178,8 +172,6 @@ The command removes all the Kubernetes components associated with the chart and
| extraInitContainers | list |`[]`| Additional `initContainers`, See [Kubernetes initContainers](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) for the detail. |
184
176
| extraVolumeMounts | list |`[]`| Additional `volume`, See [Kubernetes Volumes](https://kubernetes.io/docs/concepts/storage/volumes/) for the detail. |
185
177
| extraVolumes | list |`[]`| Additional `volume`, See [Kubernetes Volumes](https://kubernetes.io/docs/concepts/storage/volumes/) for the detail. |
@@ -214,7 +206,6 @@ The command removes all the Kubernetes components associated with the chart and
214
206
| nginx.workerProcesses | string |`"auto"`||
215
207
| nginx.workerRlimitNofile | string |`"20480"`||
216
208
| pluginAttrs | object |`{}`| Set APISIX plugin attributes, see [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L376) for more details |
217
-
| plugins | list |`[]`| Customize the list of APISIX plugins to enable. By default, APISIX's default plugins are automatically used. See [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml)|
218
209
| rbac.create | bool |`false`||
219
210
| serviceAccount.annotations | object |`{}`||
220
211
| serviceAccount.create | bool |`false`||
@@ -229,12 +220,17 @@ The command removes all the Kubernetes components associated with the chart and
229
220
| serviceMonitor.name | string |`""`| name of the serviceMonitor, by default, it is the same as the apisix fullname |
230
221
| serviceMonitor.namespace | string |`""`| namespace where the serviceMonitor is deployed, by default, it is the same as the namespace of the apisix |
231
222
| serviceMonitor.path | string |`"/apisix/prometheus/metrics"`| path of the metrics endpoint |
232
-
| stream_plugins | list |`[]`| Customize the list of APISIX stream_plugins to enable. By default, APISIX's default stream_plugins are automatically used. See [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml)|
233
223
| updateStrategy | object |`{}`||
234
224
| vault.enabled | bool |`false`| Enable or disable the vault integration |
235
225
| vault.host | string |`""`| The host address where the vault server is running. |
236
226
| vault.prefix | string |`""`| Prefix allows you to better enforcement of policies. |
237
227
| vault.timeout | int |`10`| HTTP timeout for each request. |
238
228
| vault.token | string |`""`| The generated token from vault instance that can grant access to read data from the vault. |
0 commit comments