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/gateway/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,16 +127,16 @@ The command removes all the Kubernetes components associated with the chart and
127
127
| dns.resolvers[5]| string |`"8.8.8.8"`||
128
128
| dns.timeout | int |`5`||
129
129
| dns.validity | int |`30`||
130
-
| etcd | object |`{"auth":{"rbac":{"create":false,"rootPassword":""},"tls":{"certFilename":"","certKeyFilename":"","enabled":false,"existingSecret":"","sni":"","verify":true}},"enabled":false,"host":["http://etcd.host:2379"],"password":"","prefix":"/apisix","replicaCount":3,"service":{"port":2379},"timeout":30,"user":""}`| etcd configuration use the FQDN address or the IP of the etcd |
131
-
| 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 |
130
+
| etcd | object |`{"auth":{"rbac":{"create":false,"rootPassword":""},"tls":{"certFilename":"","certKeyFilename":"","enabled":false,"existingSecret":"","sni":"","verify":false}},"enabled":false,"host":["http://etcd.host:2379"],"password":"","prefix":"/apisix","replicaCount":3,"service":{"port":2379},"timeout":30,"user":""}`| etcd configuration use the FQDN address or the IP of the etcd |
131
+
| etcd.auth | object |`{"rbac":{"create":false,"rootPassword":""},"tls":{"certFilename":"","certKeyFilename":"","enabled":false,"existingSecret":"","sni":"","verify":false}}`| if etcd.enabled is true, set more values of bitnami/etcd helm chart |
132
132
| etcd.auth.rbac.create | bool |`false`| No authentication by default. Switch to enable RBAC authentication |
133
133
| etcd.auth.rbac.rootPassword | string |`""`| root password for etcd. Requires etcd.auth.rbac.create to be true. |
134
134
| etcd.auth.tls.certFilename | string |`""`| etcd client cert filename using in etcd.auth.tls.existingSecret |
135
135
| etcd.auth.tls.certKeyFilename | string |`""`| etcd client cert key filename using in etcd.auth.tls.existingSecret |
| etcd.auth.tls.existingSecret | string |`""`| name of the secret contains etcd client cert |
138
138
| etcd.auth.tls.sni | string |`""`| specify the TLS Server Name Indication extension, the ETCD endpoint hostname will be used when this setting is unset. |
139
-
| etcd.auth.tls.verify | bool |`true`| whether to verify the etcd endpoint certificate when setup a TLS connection to etcd |
139
+
| etcd.auth.tls.verify | bool |`false`| whether to verify the etcd endpoint certificate when setup a TLS connection to etcd |
140
140
| etcd.enabled | bool |`false`| install etcd(v3) by default, set false if do not want to install etcd(v3) together |
141
141
| etcd.host | list |`["http://etcd.host:2379"]`| 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.|
142
142
| etcd.password | string |`""`| if etcd.enabled is false, password for external etcd. If etcd.enabled is true, use etcd.auth.rbac.rootPassword instead. |
0 commit comments