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

configuring Traefik healthchecks from app config #6834

Open
bastianh opened this issue Apr 17, 2024 · 1 comment
Open

configuring Traefik healthchecks from app config #6834

bastianh opened this issue Apr 17, 2024 · 1 comment

Comments

@bastianh
Copy link
Contributor

Description of feature

Labels should be added to the web containers so Traefik is doing configured health checks.

https://doc.traefik.io/traefik/routing/services/#health-check

Configure health check to remove unhealthy servers from the load balancing rotation. Traefik will consider your servers healthy as long as they return status codes between 2XX and 3XX to the health check requests (carried out every interval).

@josegonzalez
Copy link
Member

It's not super clear how healthchecks are configured with docker labels, but assuming that is sorted, we can probably just translate our existing app.json-based healthchecks to the traefik docker label format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants