fix(helm): switch to volcengine defaults and add missing config fields#822
Merged
fix(helm): switch to volcengine defaults and add missing config fields#822
Conversation
The Helm chart shipped with OpenAI as the default model provider but OpenViking is a volcengine project. Switch embedding/vlm defaults to doubao series, add the required root_api_key field, add missing storage.vectordb/agfs config sections, and guard against replicaCount>1 which causes RocksDB lock contention on a single PVC.
|
Failed to generate code suggestions for PR |
zhoujh01
approved these changes
Mar 20, 2026
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.
Description
PR #800 引入的 Helm chart 默认使用 OpenAI 模型、缺少
root_api_key字段和关键 storage 配置段。本 PR 将默认模型切换为火山引擎 doubao 系列,补齐缺失配置,并添加安全防护。Related Issue
Follow-up to #800
Type of Change
Changes Made
root_api_key: ""到 server 配置;补齐storage.vectordb和storage.agfs配置段(local backend 默认值);embedding/vlm 切换为火山引擎 doubao 系列模型replicaCount > 1的 fail 校验,防止多副本共享 PVC 导致 RocksDB 写锁竞争root_api_key未设置时输出警告提示root_api_key条目Testing
验证命令:
Checklist
Screenshots (if applicable)
N/A
Additional Notes
🤖 Generated with Claude Code