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

Fixed director readiness probe failing whend using BASE_PATH env #238

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

shkuviak
Copy link
Contributor

@shkuviak shkuviak commented Sep 27, 2023

Description

When setting BASE_PATH env variable to serve director from subpath (ex: reverse proxy to http://myhostname/cypress/dashboard), readiness probe was failing.

Current behavior

Director health check was listening on /my/base/path/health-check-db while health check was made against /heath-check-db

Expected behavior

Health-check should run against /my/base/path/health-check-db when BASE_PATH is set.

Checklist:

fbritoferreira
fbritoferreira previously approved these changes Oct 2, 2023
auto-merge was automatically disabled October 10, 2023 17:47

Head branch was pushed to by a user without write access

Readiness probe was failing when using BASE_PATH  env
@shkuviak shkuviak force-pushed the fix/director_base_path branch from 2bf1948 to 45e4c3e Compare October 10, 2023 17:58
@fbritoferreira fbritoferreira merged commit cdc2dfc into sorry-cypress:main Oct 13, 2023
3 checks passed
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 this pull request may close these issues.

2 participants