duhow commented on issue #275:
URL:
https://github.com/apache/incubator-devlake-helm-chart/issues/275#issuecomment-2071754137
Fixed with new values:
- had to force `https` instead of using internal grafana `%(protocol)`
- remove `rewrite-target` by disabling the `useDefaultNginx` value.
```yaml
grafana:
grafana.ini:
server:
domain: www.fulldomain.com
root_url: https://%(domain)s/grafana
ingress:
useDefaultNginx: false
```
--
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]