Skip to content

helm: enhance test to verify readiness (includes DB connectivity)#310

Closed
Soju06 wants to merge 1 commit intomainfrom
helm/test-db-connectivity
Closed

helm: enhance test to verify readiness (includes DB connectivity)#310
Soju06 wants to merge 1 commit intomainfrom
helm/test-db-connectivity

Conversation

@Soju06
Copy link
Copy Markdown
Owner

@Soju06 Soju06 commented Apr 3, 2026

Summary

  • Enhance Helm test to check both /health and /health/ready endpoints
  • The readiness probe verifies DB connectivity (app reports not-ready if DB is unreachable)
  • Add nodeSelector support for ARM clusters

Motivation

Current test only checks /health which passes even if the database connection is broken. The /health/ready endpoint includes DB connectivity verification, catching misconfigured external database URLs.

Changes

  • tests/test-connection.yaml: Add readiness check + nodeSelector

@Soju06
Copy link
Copy Markdown
Owner Author

Soju06 commented Apr 3, 2026

Consolidating into 2 PRs: chart features + docs

@Soju06 Soju06 closed this Apr 3, 2026
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