Skip to content

feat(charts): add comprehensive healthchecks to all services#59

Draft
bglar wants to merge 4 commits intomainfrom
feat-healthchecks
Draft

feat(charts): add comprehensive healthchecks to all services#59
bglar wants to merge 4 commits intomainfrom
feat-healthchecks

Conversation

@bglar
Copy link
Copy Markdown
Contributor

@bglar bglar commented Apr 16, 2026

Summary

Add comprehensive healthchecks to all services

  • Add liveness and readiness probes to all service deployments
  • geofm-ui: HTTP probes on /healthz (liveness) and /ready (readiness)
  • geospatial-studio-pipelines: Exec probes checking process execution
  • gfm-mlflow: HTTP probes on /health endpoint
  • gfm-studio-gateway: HTTP probes for gateway-api, HTTPS for oauth-proxy, exec for mlflow-notify
  • celery services: Appropriate probes for beat, flower, and worker

How to test this PR?

Screenshots / Logs (optional)

Checklist

  • This PR targets the main branch
  • I have added or updated relevant docs.
  • I have not included any secrets or credentials.
  • Linting and formatting checks pass.

bglar added 4 commits April 15, 2026 15:01
- Add liveness and readiness probes to all service deployments
- geofm-ui: HTTP probes on /healthz (liveness) and /ready (readiness)
- geospatial-studio-pipelines: Exec probes checking process execution
- gfm-mlflow: HTTP probes on /health endpoint
- gfm-studio-gateway: HTTP probes for gateway-api, HTTPS for oauth-proxy, exec for mlflow-notify
- celery services: Appropriate probes for beat, flower, and worker

Signed-off-by: Brian Glar <bogolla4@gmail.com>
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