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

[DPUL-C] Update load balancer to only get the frontend web servers. #5464

Open
1 task
tpendragon opened this issue Oct 23, 2024 · 0 comments
Open
1 task
Labels
dls-work-cycle Ticket for DLS to work during their work cycle

Comments

@tpendragon
Copy link
Contributor

Background

In pulibrary/dpul-collections#162 we run frontend and indexer boxes. The indexer boxes run a web server, but mostly for health checks - we don't want to forward users to it.

Acceptance Criteria

  • The load balancer doesn't forward requests to the indexer.

Technical Tips

We've added a frontend label to the frontend boxes. This means we should be able to change https://github.com/pulibrary/princeton_ansible/blob/main/roles/nginxplus/files/conf/http/dev/dpul-collections-staging.conf#L6 to be server service.consul service=frontend.dpulc-staging-web resolve;

@tpendragon tpendragon added the dls-work-cycle Ticket for DLS to work during their work cycle label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dls-work-cycle Ticket for DLS to work during their work cycle
Projects
None yet
Development

No branches or pull requests

1 participant