tokers commented on issue #341:
URL: 
https://github.com/apache/apisix-helm-chart/issues/341#issuecomment-1253488200

   ```yaml
   etcd:
         host:                                 # it's possible to define 
multiple etcd hosts addresses of the same etcd cluster.
           - "http://apisix-etcd.<namespace>.svc.cluster.local:2379"            
 # multiple etcd address
         prefix: "/apisix"     # apisix configurations prefix
         timeout: 30   # 30 seconds
         user: "<username>"
         password: "<password>"
   ```
   
   The etcd section in APISIX config is same to the one you passed in helm. I 
think this meets your needs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to