scorelab / Bassa

Automated Download Queue for Communities to take the best use of Internet bandwidth
GNU General Public License v3.0
168 stars 493 forks source link

API DNS is hard coded in nginx.config #928

Open agentmilindu opened 3 years ago

agentmilindu commented 3 years ago

https://github.com/scorelab/Bassa/blob/b7668b90fc4e703a3313e21e62d6115b9fbd5e1c/ui/nginx.conf#L3

Helm is using release name as a prefix for the service names to enable the ability to deploy multiple instances of an application. However, as the service DNS is hardcoded in the nginx.conf in the Docker, this is not possible. This should be passable via ENVs.