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

[TA] One service per Target Allocator #259

Open
wants to merge 3 commits into
base: target-allocator
Choose a base branch
from

Conversation

okankoAMZ
Copy link
Contributor

@okankoAMZ okankoAMZ commented Oct 24, 2024

Issue #, if available:

Currently we same service for all Target Allocators which leads to issue when there is more than one, where one server will be ignored/never reached. So now we are creating one service per TA and update that endpoint on each collector configs.

Description of changes:

  • Changed service creation for TA
  • Changed naming.TAservice

Testing

Tested with helm changes can see both services:

Pods

Screenshot 2024-10-24 at 2 27 22 PM

Services

Screenshot 2024-10-24 at 2 27 38 PM

Also ran make test
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@okankoAMZ okankoAMZ marked this pull request as ready for review October 24, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants