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
https://github.com/dbl-works/terraform/tree/main/ecs#health-checks
Kubernetes has updated their convention
The healthz endpoint is deprecated (since Kubernetes v1.16), and you should use the more specific livez and readyz endpoints instead
https://kubernetes.io/docs/reference/using-api/health-checks/
we likely want to default to /livez.
/livez
⚠️ we shouldn't update the default until we've upgraded all apps (e.g. add the /livez endpoint in addition to /healthz)
/healthz
The text was updated successfully, but these errors were encountered:
the new stack module now uses /livez by default, see https://github.com/dbl-works/terraform/blob/v2022.06.23/stack/app/variables.tf#L114
Sorry, something went wrong.
swiknaba
No branches or pull requests
https://github.com/dbl-works/terraform/tree/main/ecs#health-checks
Kubernetes has updated their convention
https://kubernetes.io/docs/reference/using-api/health-checks/
we likely want to default to
/livez
./livez
endpoint in addition to/healthz
)The text was updated successfully, but these errors were encountered: