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

Ensure static agents are listening on accessible ports when health checks enabled #107

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

chadlwilson
Copy link
Member

Description

As noted in #106, the static agent health checks require additional configuration to work as they no longer listen on 0.0.0.0 by default for security reasons when running in other environments outside a Kubernetes pod sandbox.

This will automatically change the configuration if they are enabled.

Relevant issues

Checklist

  • Chart version bumped in Chart.yaml
  • Any new variables have documentation and examples in values.yaml, even if commented out
  • Any new variables added to the README.md
  • Squash into a single commit (or explain why you'd prefer not to), except...
  • ...additional commit added for CHANGELOG.md entry
  • Helm lint + tests passing?

@chadlwilson chadlwilson force-pushed the listen-for-healthcheck-correctly branch from cfd7123 to 0b64339 Compare October 29, 2024 04:35
@chadlwilson chadlwilson merged commit 84c982e into master Oct 29, 2024
4 checks passed
@chadlwilson chadlwilson deleted the listen-for-healthcheck-correctly branch October 29, 2024 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Healthcheck does not work out of the box
1 participant