You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/07/03 15:42:11 UTC

[GitHub] [incubator-devlake] matrixji commented on issue #2279: [Bug][grafana] The customized icon not showing, while visit grafana dashboard with the url /prefix

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: commits-unsubscribe@devlake.apache.org

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