Add integrations-hub Helm chart for Kubernetes deployment#614
Draft
chuckbutkus wants to merge 6 commits intomainfrom
Draft
Add integrations-hub Helm chart for Kubernetes deployment#614chuckbutkus wants to merge 6 commits intomainfrom
chuckbutkus wants to merge 6 commits intomainfrom
Conversation
- Add integrations-hub chart with deployment, service, and service account templates - Configure environment variables for Next.js, PostgreSQL, Auth.js, and OpenHands auth - Add health/ready probe endpoints at /api/health and /api/ready - Support both GCP Cloud SQL and in-cluster PostgreSQL configurations - Add integrations-hub as optional dependency in openhands chart - Add ingress template for integrations-hub in openhands chart - Update GitHub workflows to include integrations-hub chart publishing Co-authored-by: openhands <openhands@all-hands.dev>
Changes for openhands-auth-python branch: - Change default port from 3000 to 8000 - Update health check paths from /api/health to /health - Replace Node.js/NextAuth env vars with INTEGRATIONS_HUB_* prefix - Add OpenHands cookie auth configuration - Add CORS and DB pool settings - Remove auth.js/NextAuth configuration Co-authored-by: openhands <openhands@all-hands.dev>
Run alembic migrations before starting the main container to ensure database tables exist. This follows the same pattern as the automation service.
Default INTEGRATIONS_HUB_APP_ADMIN_EMAILS to: chuck@openhands.dev,chuck@all-hands.dev,graham@openhands.dev,graham@all-hands.dev Co-authored-by: openhands <openhands@all-hands.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Helm Chart Checklist
versionfield inChart.yamlfor each modified chartAdditional Notes