konveyor/operator

Rename PATHFINDER_API_URL env variable for tackle2-ui

Closed this issue · 1 comments

On tackle2-ui, the current environment variable for pathfinder service is:
PATHFINDER_API_URL = http://tackle-pathfinder-api:8080

This might very opinionated (as naming could be) but not having "api" in the name of the pathfinder service would make it on par with TACKLE_HUB. The services are API anyway.

So we could change not only the env variable but also the service name itself so we could have:
PATHFINDER_URL = http://tackle-pathfinder:8080

Resolved via #10