matrixji commented on issue #2279:
URL: 
https://github.com/apache/incubator-devlake/issues/2279#issuecomment-1173124041

   I have some try deploying with 3 different methods by this weekend.
   
   - Deploy with helm using ingress, and in such case, grafana will be 
published at https://domain/grafana/
   - Deploy with helm using NodePort, and in such case grafana will be 
published at http://domain:port/
   - Deploy local with docker-compose, and grafana will be published at 
http://127.0.0.1:3002/
   
   For case 1 (helm with ingress), the grafana will finally have the below code 
in head.
   ```html
   <base href="/grafana/">
   ```
   
   And for case 2/3, the code will be:
   ```html
   <base href="/">
   ```
   
   So for my understanding change to `/public/img/lake/.png` to 
`public/img/lake/.png` should be OK for all cases.
   
   
   
   


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