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

Ssaluja add readiness health check #91

Open
wants to merge 3 commits into
base: dependabot/terraform/deployment/dev/terraform/terraform_dev-6dd1b76ddc
Choose a base branch
from

Conversation

sublimegeek
Copy link

Add readiness health check for cloud-sql-proxy sidecar

The cloud-sql-proxy sidecar container was missing a readiness health
check, which helps Kubernetes manage traffic to the pod only when
the proxy is ready. This commit updates the YAML file to include the
readiness check.

For more details, see the readiness health check documentation.

dependabot bot and others added 2 commits November 6, 2024 15:33
Bumps the actions group with 1 update: [broadinstitute/shared-workflows](https://github.com/broadinstitute/shared-workflows).


Updates `broadinstitute/shared-workflows` from 2.3.0 to 2.4.0
- [Changelog](https://github.com/broadinstitute/shared-workflows/blob/main/CHANGELOG.md)
- [Commits](broadinstitute/shared-workflows@v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: broadinstitute/shared-workflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
The sidecar container "cloud-sql-proxy" was missing a readiness health check.
This commit adds the check to the YAML configuration.
See [readiness health check documentation](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/tree/main/examples/k8s-health-check#readiness-health-check-configuration) for more details.
@sublimegeek sublimegeek requested a review from a team as a code owner November 6, 2024 20:26
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.

1 participant