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

Add startup probe to connect inject deployment. #701

Merged
merged 2 commits into from
Aug 31, 2021

Commits on Aug 31, 2021

  1. Add startup probe to connect inject deployment.

    We did so in hashicorp/consul-helm#885, but it never got released.
    This adds the same probe now that we have a health endpoint in the webhook.
    
    This also changes the periodSeconds for the liveness and readiness probes
    to use the default of 10s instead of 2s we used previously.
    That is because now with the startup probe in place,
    we don't need to check for certs being present that frequently.
    ishustava committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    83fe775 View commit details
    Browse the repository at this point in the history
  2. update changelog

    ishustava committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    069684a View commit details
    Browse the repository at this point in the history