DependencyTrack / helm-charts

Helm Charts for Dependency-Track
https://dependencytrack.org
Apache License 2.0
13 stars 15 forks source link

Do not use `ingress.hostname` for `frontend.apiBaseUrl` #22

Closed pawelmrowka closed 3 months ago

pawelmrowka commented 3 months ago

When the value from Values.ingress.hostname, such as 'example.com', is used, the frontend attempts to send requests to 'example.com/example.com/api/...'.

iman4000 commented 3 months ago

this tiny problem is very annoying. because of this issue, I had to do it locally :( fix it, please!