update: 更新helm chart到0.11.5-beta,新增webui的service和ingress资源模板

This commit is contained in:
zhangxinhui02
2025-11-20 23:18:02 +08:00
parent de7a45cad5
commit 14514ba837
8 changed files with 71 additions and 10 deletions

View File

@@ -7,6 +7,10 @@ data:
.env: |
HOST=0.0.0.0
PORT=8000
WEBUI_ENABLED={{ if .Values.core.webui.enabled }}true{{ else }}false{{ end }}
WEBUI_MODE=production
WEBUI_HOST=0.0.0.0
WEBUI_PORT=8001
model_config.toml: |
{{ .Values.config.core_model_config | nindent 4 }}
bot_config.toml: |