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

Healthcheck broken for http service mode #58

Open
AudranBert opened this issue Jan 7, 2025 · 0 comments · May be fixed by #59
Open

Healthcheck broken for http service mode #58

AudranBert opened this issue Jan 7, 2025 · 0 comments · May be fixed by #59
Assignees

Comments

@AudranBert
Copy link
Member

Description

When using SERVICE_MODE=http, the healthcheck will fail because the docker images are missing "curl".

Output": curl --fail http://localhost:80/healthcheck ./healthcheck.sh: line 7: curl: command not found"

Expected behavior

The healthcheck should be able to use curl command

@AudranBert AudranBert self-assigned this Jan 7, 2025
AudranBert added a commit that referenced this issue Jan 7, 2025
Signed-off-by: AudranBert <[email protected]>
@AudranBert AudranBert linked a pull request Jan 7, 2025 that will close this issue
@AudranBert AudranBert linked a pull request Jan 8, 2025 that will close this issue
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.

1 participant