We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When using the ingress with distributed mode helm chart, there's no way to get loki buildinfo via the ingress. paths
To Reproduce
$ curl -s https://loki-test.ing.testenv.net/loki/api/v1/status/buildinfo <html> <head><title>404 Not Found</title></head> <body> <center><h1>404 Not Found</h1></center> <hr><center>nginx/1.23.4</center> </body> </html>
$ kubectl get svc -n loki -l app.kubernetes.io/component=querier NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE test-loki-querier ClusterIP 10.192.160.84 <none> 3100/TCP,9095/TCP 2d $ curl -s http://10.192.160.84:3100/loki/api/v1/status/buildinfo | jq { "version": "3.4.2", "revision": "4fa045d3", "branch": "release-3.4.x", "buildUser": "root@buildkitsandbox", "buildDate": "2025-02-14T08:43:08Z", "goVersion": "" }
Expected behavior There should be a way to access the buildinfo endpoint via ingress and gateway.
Environment:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When using the ingress with distributed mode helm chart, there's no way to get loki buildinfo via the ingress.
paths
To Reproduce
Expected behavior
There should be a way to access the buildinfo endpoint via ingress and gateway.
Environment:
The text was updated successfully, but these errors were encountered: