Chore: refactor charts #190
Merged
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.
This pull request removes the old per-service Helm charts for
jan-api-gateway
andjan-inference-model
, and updates the documentation and configuration to use a new consolidatedjan-gateway
Helm chart as the main deployment chart. It also removes the Dockerfiles, mock server, and related documentation for thejan-inference-model
app, simplifying the repository structure and deployment process.The most important changes are:
Helm Chart Consolidation and Cleanup:
apps-charts/jan-api-gateway
andapps-charts/jan-inference-model
Helm charts, including all templates, values files, and helpers. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]charts/jan-gateway/Chart.yaml
as the main deployment chart, with dependencies for PostgreSQL and Valkey.Documentation and Configuration Updates:
README.md
to referencecharts/jan-gateway
instead of the removedumbrella-chart
, and removed references to the old per-service charts. [1] [2] [3] [4] [5].gitignore
files to reflect the new chart structure. [1] [2]jan-inference-model Cleanup:
apps/jan-inference-model/README.md
,Dockerfile
,Dockerfile.mock
, and the mock server code and requirements, as well as related ignore rules. [1] [2] [3] [4] [5] [6]These changes simplify deployment and maintenance by consolidating Helm charts and removing unused or redundant files.