ech018 commented on issue #160: URL: https://github.com/apache/incubator-devlake-helm-chart/issues/160#issuecomment-1641511017
With `0.18.0beta1` devlake removed internal grafana configuration and used it as a dependency in [chart](https://github.com/apache/incubator-devlake-helm-chart/blob/9683fb4f1611a85a7401a6ded246ee7efe818db1/charts/devlake/Chart.yaml#L36). So now if you want to configure grafana you should be able to do that using [these values](https://github.com/grafana/helm-charts/blob/eb46bb269679fd3fa5969ede93c1b86068f294d7/charts/grafana/values.yaml#L1). We did not had any problems with grafana running on port 80, but we use devlake behind corporate proxy, so we had to set proxy vars to make it work. ``` grafana: env: HTTP_PROXY: http://PROXY_URL:PORT HTTPS_PROXY: http://PROXY_URL:PORT http_proxy: PROXY_URL:PORT https_proxy: PROXY_URL:PORT service: port: 3000 # If you need grafana service to run on port 3000 ``` -- 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]
