Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(provider): Increase initial and period delays in livenessProbe co…
…nfiguration (#272) Adjust the livenessProbe settings in Kubernetes to handle slower startup times on larger providers. Changes include: - `initialDelaySeconds`: Increased from 120 to 240 seconds. - `periodSeconds`: Increased from 10 to 30 seconds. - `timeoutSeconds`: Increased from 10 to 30 seconds. These adjustments help prevent premature pod restarts due to timeouts in the liveness checks.
- Loading branch information