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

Update root path / to return 200 #1064

Closed
libby opened this issue May 14, 2020 · 0 comments · Fixed by #1074
Closed

Update root path / to return 200 #1064

libby opened this issue May 14, 2020 · 0 comments · Fixed by #1074

Comments

@libby
Copy link

libby commented May 14, 2020

When creating a Kubernetes Ingress for tessera the base path / for third party API returns a 404 instead of 200, which causes Ingress implementations to think the service is down. Ingress load balancers use the root path / as the health check.

At this time, there is no apparent way to set a different health check without implementation specific work.
kubernetes/ingress-nginx#3993
kubernetes/ingress-gce#42

This was discovered while trying to add Ingress routes for tessera third party API Consensys/qubernetes#27

Updating the root path / to return 200 would support generic K8s Ingress which expose the Tessera third party API as a load balanced route via Kubernetes.

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 a pull request may close this issue.

2 participants