Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for readiness and liveness probes (#13)
# Motivations Gives Kubernetes better indications of the current state of the deployment. # Modifications - Allows users to specify readiness and liveness probes on the deployment. - This adds an example to the values.yaml in comments, but does not change the default of no probes - The timing of the probes will be quite variable as some startups require a download that is limited by the speed of the user's network, so trying to choose sane defaults for all users could lead to unnecessarily long startup times for users on faster networks as the `initialDelayPeriod` ticks down
- Loading branch information