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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ 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,"prefix":"/apisix","replicaCount":3,"service":{"port":2379},"timeout":30}`| etcd configuration use the FQDN address or the IP of the etcd |
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":{"tag":"latest"},"prefix":"/apisix","replicaCount":3,"service":{"port":2379},"timeout":30}`| etcd configuration use the FQDN address or the IP of the etcd |
155
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 |
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. |
@@ -163,6 +163,7 @@ The command removes all the Kubernetes components associated with the chart and
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
165
| etcd.enabled | bool |`true`| install etcd(v3) by default, set false if do not want to install etcd(v3) together |
166
+
| etcd.image | object |`{"tag":"latest"}`| etcd image tag |
| etcd.timeout | int |`30`| Set the timeout value in seconds for subsequent socket operations from apisix to etcd cluster |
168
169
| 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. |
0 commit comments