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
| apisix.discovery.enabled | bool |`false`| Enable or disable Apache APISIX integration service discovery |
71
72
| apisix.discovery.registry | object |`{}`| Registry is the same to the one in APISIX [config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L281), and refer to such file for more setting details. also refer to [this documentation for integration service discovery](https://apisix.apache.org/docs/apisix/discovery)|
@@ -122,6 +123,8 @@ The command removes all the Kubernetes components associated with the chart and
122
123
| apisix.ssl.existingCASecret | string |`""`| Specifies the name of Secret contains trusted CA certificates in the PEM format used to verify the certificate when APISIX needs to do SSL/TLS handshaking with external services (e.g. etcd) |
123
124
| apisix.ssl.fallbackSNI | string |`""`| Define SNI to fallback if none is presented by client |
| apisix.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)|
126
129
| apisix.vault.enabled | bool |`false`| Enable or disable the vault integration |
127
130
| apisix.vault.host | string |`""`| The host address where the vault server is running. |
@@ -184,7 +187,7 @@ The command removes all the Kubernetes components associated with the chart and
# -- external etcd configuration. If etcd.enabled is false, these configuration will be used.
577
584
externalEtcd:
578
585
# -- if etcd.enabled is false, use external etcd, support multiple address, if your etcd cluster enables TLS, please use https scheme, e.g. https://127.0.0.1:2379.
0 commit comments