Skip to content

[Helm] Ingress has no path for buildinfo #17296

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

Open
anindyameister opened this issue Apr 17, 2025 · 0 comments
Open

[Helm] Ingress has no path for buildinfo #17296

anindyameister opened this issue Apr 17, 2025 · 0 comments

Comments

@anindyameister
Copy link

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:

  • Infrastructure: Kubernetes
  • Deployment tool: helm
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

No branches or pull requests

1 participant