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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,8 +151,8 @@ The command removes all the Kubernetes components associated with the chart and
151
151
| control.service.port | int |`9090`| which port to use for Apache APISIX Control API |
152
152
| control.service.servicePort | int |`9090`| Service port to use for Apache APISIX Control API |
153
153
| control.service.type | string |`"ClusterIP"`| Control service type |
154
-
| etcd | object |`{"auth":{"rbac":{"create":false,"rootPassword":""},"tls":{"certFilename":"","certKeyFilename":"","enabled":false,"existingSecret":"","sni":"","verify":true}},"autoCompactionMode":"periodic","autoCompactionRetention":"1h","containerSecurityContext":{"enabled":false},"enabled":true,"image":{"registry":"docker.io","repository":"bitnami/etcd","tag":"latest"},"prefix":"/apisix","replicaCount":3,"service":{"port":2379},"timeout":30}`| etcd configuration use the FQDN address or the IP of the etcd |
155
-
| etcd.auth | object |`{"rbac":{"create":false,"rootPassword":""},"tls":{"certFilename":"","certKeyFilename":"","enabled":false,"existingSecret":"","sni":"","verify":true}}`| if etcd.enabled is true, set more values of bitnami/etcd helm chart |
154
+
| etcd | object |`{"auth":{"rbac":{"create":false,"rootPassword":""},"tls":{"certFilename":"","certKeyFilename":"","enabled":false,"existingSecret":"","sni":"","verify":true}},"autoCompactionMode":"periodic","autoCompactionRetention":"1h","containerSecurityContext":{"enabled":false},"enabled":true,"image":{"registry":"docker.io","repository":"bitnamilegacy/etcd","tag":"latest"},"prefix":"/apisix","replicaCount":3,"service":{"port":2379},"timeout":30}`| etcd configuration use the FQDN address or the IP of the etcd |
155
+
| etcd.auth | object |`{"rbac":{"create":false,"rootPassword":""},"tls":{"certFilename":"","certKeyFilename":"","enabled":false,"existingSecret":"","sni":"","verify":true}}`| if etcd.enabled is true, set more values of bitnamilegacy/etcd helm chart |
156
156
| etcd.auth.rbac.create | bool |`false`| No authentication by default. Switch to enable RBAC authentication |
157
157
| etcd.auth.rbac.rootPassword | string |`""`| root password for etcd. Requires etcd.auth.rbac.create to be true. |
158
158
| etcd.auth.tls.certFilename | string |`""`| etcd client cert filename using in etcd.auth.tls.existingSecret |
@@ -162,9 +162,9 @@ The command removes all the Kubernetes components associated with the chart and
162
162
| etcd.auth.tls.sni | string |`""`| specify the TLS Server Name Indication extension, the ETCD endpoint hostname will be used when this setting is unset. |
163
163
| etcd.auth.tls.verify | bool |`true`| whether to verify the etcd endpoint certificate when setup a TLS connection to etcd |
164
164
| etcd.containerSecurityContext | object |`{"enabled":false}`| added for backward compatibility with old kubernetes versions, as seccompProfile is not supported in kubernetes < 1.19 |
165
-
| etcd.enabled | bool |`true`| install built-in etcd by default, set false if do not want to install built-in etcd together, this etcd is based on bitnami/etcd helm chart and latest bitnami docker image, only for development and testing purposes, if you want to use etcd in production, we recommend you to install etcd by yourself and use `externalEtcd` to connect it. |
| etcd.image.tag | string |`"latest"`|`bitnami/etcd` only provide `latest` tag now, ref: https://github.com/bitnami/containers/issues/83267, you can switch `etcd.image.repository` to `bitnamilegacy/etcd` to use old versioned tags. |
165
+
| etcd.enabled | bool |`true`| install built-in etcd by default, set false if do not want to install built-in etcd together, this etcd is based on bitnamilegacy/etcd helm chart and latest bitnami docker image, only for development and testing purposes, if you want to use etcd in production, we recommend you to install etcd by yourself and use `externalEtcd` to connect it. |
| etcd.image.tag | string |`"latest"`|`bitnamilegacy/etcd` only provide `latest` tag now, ref: https://github.com/bitnami/containers/issues/83267, you can switch `etcd.image.repository` to `bitnamilegacy/etcd` to use old versioned tags. |
| etcd.timeout | int |`30`| Set the timeout value in seconds for subsequent socket operations from apisix to etcd cluster |
170
170
| externalEtcd | object |`{"existingSecret":"","host":["http://etcd.host:2379"],"password":"","secretPasswordKey":"etcd-root-password","user":"root"}`| external etcd configuration. If etcd.enabled is false, these configuration will be used. |
@@ -184,7 +184,7 @@ The command removes all the Kubernetes components associated with the chart and
0 commit comments