feat: add Bifrost LLM gateway service#241
Closed
mvanhorn wants to merge 1 commit into
Closed
Conversation
Owner
|
Hi, thank you so much for the contribution! We already have Please let me know if you need something specific from this integration that isn't otherwise present :) |
Author
|
Ah, my miss - I hadn't found the existing bifrost satellite before opening this. The built-in integration covers what I was after, so closing this one. Thanks for the pointer! |
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.
Summary
Adds Bifrost (the LLM gateway) as a Harbor service, so
harbor up bifrostruns it alongside the rest of the stack, modeled on the existing satellite services.Why this matters
The issue asks for Bifrost as a first-class Harbor service (#224). This follows Harbor's service convention: a
services/compose.bifrost.yml, aservices/bifrost/config dir, adefault.envblock for the port and provider settings, and aserviceMetadata.tsentry so the CLI and UI list it. It mirrors the existinglitellmsatellite so behavior is consistent with the rest of the stack.Changes
services/compose.bifrost.ymlplusservices/bifrost/.gitignorefor the service.profiles/default.enventries for the Bifrost port and provider config.app/src/serviceMetadata.tsregistration soharborlists and manages it.docs/2.3.92-Satellite-Bifrost.mddocumenting usage.Testing
harbor up bifrostbrings the service up on its configured port; the service is self-contained (no cross-service healthcheck dependency).Closes #224