wklken commented on issue #9951:
URL: https://github.com/apache/apisix/issues/9951#issuecomment-1663120425

   I run the apisix in k8s, the etcd address is a service(bitnami etcd helm 
chart)
   And I set `timeout` to `120`
   
   ```yaml
   deployment:
     role: traditional
     role_traditional:
       config_provider: etcd
     etcd:
       host:
         - "http://apigateway-etcd:2379";
       timeout: 120
       prefix: /gateway-apisix
       user: root
       password: xxxx
   ```


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to