Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm-charts/bifrost/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: bifrost
description: A Helm chart for deploying Bifrost - AI Gateway with unified interface for multiple providers
type: application
version: 1.5.1
appVersion: "1.5.1"
version: 1.5.2
appVersion: "1.5.2"
keywords:
- ai
- gateway
Expand Down
8 changes: 8 additions & 0 deletions helm-charts/bifrost/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ spec:
- name: http
containerPort: {{ .Values.bifrost.port }}
protocol: TCP
{{- if .Values.bifrost.cluster.enabled }}
- name: gossip
containerPort: {{ .Values.bifrost.cluster.gossip.port }}
protocol: TCP
- name: gossip-udp
containerPort: {{ .Values.bifrost.cluster.gossip.port }}
protocol: UDP
{{- end }}
env:
- name: APP_DIR
value: {{ .Values.bifrost.appDir | quote }}
Expand Down
10 changes: 10 additions & 0 deletions helm-charts/bifrost/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,15 @@ spec:
targetPort: http
protocol: TCP
name: http
{{- if .Values.bifrost.cluster.enabled }}
- port: {{ .Values.bifrost.cluster.gossip.port }}
targetPort: gossip
protocol: TCP
name: gossip
- port: {{ .Values.bifrost.cluster.gossip.port }}
targetPort: gossip-udp
protocol: UDP
name: gossip-udp
{{- end }}
selector:
{{- include "bifrost.selectorLabels" . | nindent 4 }}
24 changes: 23 additions & 1 deletion helm-charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
apiVersion: v1
entries:
bifrost:
- apiVersion: v2
appVersion: 1.5.2
created: "2026-01-05T12:00:00.000000+00:00"
description: A Helm chart for deploying Bifrost - AI Gateway with unified interface
for multiple providers
digest: ""
home: https://www.getmaxim.ai/bifrost
icon: https://www.getmaxim.ai/bifrost/bifrost-logo-only.png
keywords:
- ai
- gateway
- llm
maintainers:
- email: [email protected]
name: Bifrost Team
name: bifrost
sources:
- https://github.com/maximhq/bifrost
type: application
urls:
- https://maximhq.github.io/bifrost/helm-charts/bifrost-1.5.2.tgz
version: 1.5.2
- apiVersion: v2
appVersion: 1.5.1
created: "2025-12-12T12:00:00.000000+00:00"
Expand Down Expand Up @@ -135,4 +157,4 @@ entries:
urls:
- https://maximhq.github.io/bifrost/helm-charts/bifrost-1.3.36.tgz
version: 1.3.36
generated: "2025-12-10T12:00:00.000000+00:00"
generated: "2026-01-05T12:00:00.000000+00:00"