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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ The command removes all the Kubernetes components associated with the chart and
128
128
| apisix.status.ip | string |`"0.0.0.0"`||
129
129
| apisix.status.port | int |`7085`||
130
130
| apisix.stream_plugins | list |`[]`| Customize the list of APISIX stream_plugins to enable. By default, APISIX's [default stream_plugins](https://github.com/apache/apisix/blob/master/apisix/cli/config.lua#L294) are automatically used. |
| apisix.trustedAddresses |list|`["127.0.0.1"]`|When configured, APISIX will trust the `X-Forwarded-*` Headers passed in requests from the IP/CIDR in the list.|
132
132
| apisix.vault.enabled | bool |`false`| Enable or disable the vault integration |
133
133
| apisix.vault.host | string |`""`| The host address where the vault server is running. |
134
134
| apisix.vault.prefix | string |`""`| Prefix allows you to better enforcement of policies. |
0 commit comments