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 healthcheck support for http and smtp #8

Merged

Commits on Feb 6, 2024

  1. [IMP] add healthcheck support for http and smtp

    this enables the user to configure a healthcheck for containers that can
    be used to automatically restart proxies resolving to no longer active
    ips due to PRE_RESOLVE
    ap-wtioit committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9ecfd71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30a787c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb4f2c6 View commit details
    Browse the repository at this point in the history
  4. [IMP] healthcheck: implement timeouts for healthchecks

    this should help if ports are/become firewalled for healthcheck to be
    able to mark container as unhealthy
    ap-wtioit committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2507c58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15f5d70 View commit details
    Browse the repository at this point in the history
  6. [IMP] pre_resolve: skip pre-resolve healthcheck on load-balancing dns

    when we detect a load balancing dns (responding with different ips on
    almost every request) we deactivate the resolver healthcheck to not
    restart those containers all the time
    ap-wtioit committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4627f26 View commit details
    Browse the repository at this point in the history