refactor: 调整helm chart目录结构

This commit is contained in:
zhangxinhui02
2025-10-31 10:42:45 +08:00
parent cf41b36572
commit e983c938f7
23 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-maibot-core
namespace: {{ .Release.Namespace }}
data:
.env: |
HOST=0.0.0.0
PORT=8000
model_config.toml: |
{{ .Values.config.core_model_config | nindent 4 }}
bot_config.toml: |
{{ .Values.config.core_bot_config | nindent 4 }}