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

Incorrect health check URL for OPA AMS #214

Open
esnible opened this issue May 9, 2022 · 0 comments
Open

Incorrect health check URL for OPA AMS #214

esnible opened this issue May 9, 2022 · 0 comments

Comments

@esnible
Copy link
Contributor

esnible commented May 9, 2022

The opa-ams sidecar of the dev/test Observatorium API is sending error spans to the internal Jaeger. The errors are 404s when doing GET :8082/

I suspect the reason is that the sidecar is started with --web.healthchecks.url=http://127.0.0.1:8082, but that URL 404s.
See https://github.com/rhobs/configuration/blob/main/resources/services/observatorium-template.yaml#L296

I don't know what the correct health check URL is. Note that OPA AMS is started with --ams.url=${OCM_BASE_URL}
(This is not overridden anywhere on dev/test, as can be verified with kubectl -n observatorium-testing exec deployment/observatorium-observatorium-api -c opa-ams -- ps -ef.)

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