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-16Lines changed: 1 addition & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ The command removes all the Kubernetes components associated with the chart and
70
70
| 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 |
| deployment.certs | object |`{"cert":"","cert_key":"","certsSecret":"","mTLSCACert":"","mTLSCACertSecret":""}`| certs used for certificates in decoupled mode |
124
-
| deployment.certs.cert | string |`""`| cert name in certsSecret |
125
-
| deployment.certs.cert_key | string |`""`| cert key in certsSecret |
126
-
| deployment.certs.certsSecret | string |`""`| secret name used for decoupled mode |
127
-
| deployment.certs.mTLSCACert | string |`""`| mTLS CA cert filename in mTLSCACertSecret |
128
-
| deployment.certs.mTLSCACertSecret | string |`""`| trusted_ca_cert name in certsSecret |
129
-
| deployment.controlPlane | object |`{"cert":"","certKey":"","certsSecret":"","confServerPort":"9280"}`| used for control_plane deployment mode |
130
-
| deployment.controlPlane.cert | string |`""`| conf Server CA cert name in certsSecret |
131
-
| deployment.controlPlane.certKey | string |`""`| conf Server cert key name in certsSecret |
132
-
| deployment.controlPlane.certsSecret | string |`""`| secret name used by conf Server |
133
-
| deployment.controlPlane.confServerPort | string |`"9280"`| conf Server address |
134
-
| deployment.dataPlane | object |`{"controlPlane":{"host":[],"prefix":"/apisix","timeout":30}}`| used for data_plane deployment mode |
135
-
| deployment.dataPlane.controlPlane.host | list |`[]`| The hosts of the control_plane used by the data_plane |
136
-
| deployment.dataPlane.controlPlane.prefix | string |`"/apisix"`| The prefix of the control_plane used by the data_plane |
137
-
| deployment.dataPlane.controlPlane.timeout | int |`30`| Timeout when the data plane connects to the control plane |
0 commit comments