8000 Add inftyai-scheduler support and config updates by carlory · Pull Request #447 · InftyAI/llmaz · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add inftyai-scheduler support and config updates #447

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 10, 2025
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
7 changes: 5 additions & 2 deletions chart/Chart.lock
8000
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ dependencies:
- name: lws
repository: oci://registry.k8s.io/lws/charts
version: 0.6.1
- name: kube-scheduler
repository: oci://registry-1.docker.io/inftyai
version: 0.0.1
- name: open-webui
repository: https://helm.openwebui.com
version: 6.4.0
Expand All @@ -11,5 +14,5 @@ dependencies:
- name: ai-gateway-helm
repository: oci://registry-1.docker.io/envoyproxy
version: v0.1.5
digest: sha256:0ec1b490fc7cd028186811c1776f786b16b5f55faf93cfdf2a04c24b1ba08bdb
generated: "2025-05-20T21:08:50.138833832+08:00"
digest: sha256:b2b856b107e9e03d175f381a93b83b001211df02f1c1ef1ee13b23147aed50e8
generated: "2025-06-09T10:04:15.540138+08:00"
4 changes: 4 additions & 0 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ dependencies:
version: 0.6.1
repository: "oci://registry.k8s.io/lws/charts"
condition: leaderWorkerSet.enabled
- name: kube-scheduler
version: 0.0.1
repository: "oci://registry-1.docker.io/inftyai"
condition: kube-scheduler.enabled
- name: open-webui
version: "6.4.0"
repository: "https://helm.openwebui.com"
Expand Down
6 changes: 6 additions & 0 deletions chart/values.global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ backendRuntime:
leaderWorkerSet:
enabled: true

kube-scheduler:
# If kube-scheduler is enabled, please set the globalConfig.configData.scheduler-name with the name of the kube-scheduler.
enabled: false
# scheduler:
# name: inftyai-scheduler

prometheus:
# Prometheus is required to enable smart routing.
enabled: false
Expand Down
Loading
0