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
Vite dev server supports ping requests. Not on a path (why would it /s) but instead when passing in the Accept: text/x-vite-ping header.
Accept: text/x-vite-ping
I would much prefer to use the native http probe rather than having to use an exec one and using curl or similar.
http
exec
curl
Allow headers to be passed into the HTTP liveness and readiness probes.
At least anyone who wants to use vite. There will be other cases.
vite
Use an exec probe with curl or similar.
The text was updated successfully, but these errors were encountered:
If this seems like a good idea I can submit a patch for it.
Sorry, something went wrong.
No branches or pull requests
Feature Request
Use Case:
Vite dev server supports ping requests. Not on a path (why would it /s) but instead when passing in the
Accept: text/x-vite-ping
header.I would much prefer to use the native
http
probe rather than having to use anexec
one and usingcurl
or similar.Proposed Change:
Allow headers to be passed into the HTTP liveness and readiness probes.
Who Benefits From The Change(s)?
At least anyone who wants to use
vite
. There will be other cases.Alternative Approaches
Use an
exec
probe withcurl
or similar.The text was updated successfully, but these errors were encountered: