Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Services discovery when using dependencies #2

Open
quentinguidee opened this issue Dec 30, 2023 · 0 comments
Open

Services discovery when using dependencies #2

quentinguidee opened this issue Dec 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@quentinguidee
Copy link
Member

quentinguidee commented Dec 30, 2023

Using vertex charts as a dependency of another chart makes microservices not discoverables.

In configmap, addr are setup this way:

VERTEX_LOGS_ADDR: http://vertex-logs-vertex-logs-service:8080/api

However, when using a parent chart, the release name will be for example parent-chart, which causes the addr to look like this:

VERTEX_LOGS_ADDR: http://parent-chart-vertex-logs-service:8080/api

This should be dynamic

@quentinguidee quentinguidee added the bug Something isn't working label Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant