Skip to content
New issue

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

fix(provider): Increase initial and period delays in livenessProbe co… #272

Commits on Apr 12, 2024

  1. fix(provider): Increase initial and period delays in livenessProbe co…

    …nfiguration
    
    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.
    andy108369 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    968db4e View commit details
    Browse the repository at this point in the history