ZhangNing10 commented on issue #275: URL: https://github.com/apache/incubator-devlake-helm-chart/issues/275#issuecomment-2076577660
hi @duhow @s7an-it , thanks for reporting the issue. I have created pr https://github.com/apache/incubator-devlake-helm-chart/pull/278 to remove the rewrite-target part, and i tested by my side, no need to adjust values to below part any more: > 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]
