anirudhr-sahaj commented on issue #49:
URL: 
https://github.com/apache/apisix-helm-chart/issues/49#issuecomment-1620111392

   The dashboard is reading the ETCD Host from a configmap
   
   ```
   kubectl get configmap
   NAME                      DATA   AGE
   apache-apisix             1      4m15s
   apache-apisix-dashboard   1      4m15s
   kube-root-ca.crt          1      92m
   ```
   
   If I manage to change the ETCD URL to the proper service URL in 
`apache-apisix-dashboard` configmap to 
`http://apache-apisix-etcd.${YOUR_ETCD_SERVICE_NAMESPACE}:2379`, I can get the 
dashboard up.
   
   (Note: Hardcoding the IP is not a great idea - because the SVC type is 
clusterIP and changes on every deployment).


-- 
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