Open
Description
What would you like to be added?
In the chart, I would like to be able to set liveness and readiness Probes.
Why is this needed?
Quoting Kubernetes documentation:
The kubelet uses liveness probes to know when to restart a container.
The kubelet uses readiness probes to know when a container is ready to start accepting traffic.