Added startupProbe to deployments with healthchecks, replacing initialDelaySeconds.
Additionally made startup probes configurable (periodSeconds and failureThreshold can be set in values.yaml), and added a fallback to initialDelaySeconds if startup probes are disabled.
Pull Request Checklist:
[ ] Please make sure all jobs pass before requesting a review.
[x] Have you lint your code locally before submission?
Added startupProbe to deployments with healthchecks, replacing initialDelaySeconds.
Additionally made startup probes configurable (periodSeconds and failureThreshold can be set in values.yaml), and added a fallback to initialDelaySeconds if startup probes are disabled.
Pull Request Checklist: