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

Improve nginx deployment #4085

Merged

Commits on Jul 16, 2024

  1. Improve nginx deployment

    1. For 60 seconds, check if no containers in the pod crash loop and
    only then declare that the pod ready.
    
    2. Add readiness probe. Traffic will be forwarded only to pods that
    pass the readiness check.
    
    3. Adjust probes to start only after 60 seconds to match the change
    mention in 1.
    
    4. During upgrade, allow an additional pod to be scheduled for the
    new replicaset.
    
    5. Don't allow the deployment to have less that 3 pod ready, even during
    upgrade.
    
    Signed-off-by: gbenhaim <gbenhaim@redhat.com>
    gbenhaim committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    eadb1ef View commit details
    Browse the repository at this point in the history