mirror of https://github.com/Mai-with-u/MaiBot.git
docs: 为helm chart添加构建信息,修正values.yaml修改注释
parent
f460046608
commit
9502204aee
|
|
@ -98,3 +98,7 @@ adapter的ConfigMap是每次部署/更新Helm安装实例时动态生成的。
|
|||
如果你的存储底层无法支持`ReadWriteMany`访问模式,你可以通过`nodeSelector`配置将statistics_dashboard与core调度到同一节点来避免问题。
|
||||
|
||||
*如果启用了`sqlite-web`,那么上述问题也同样适用于`sqlite-web`与`core`,需要注意。*
|
||||
|
||||
## 其他信息
|
||||
|
||||
查看helm chart和core镜像的构建CI:https://gitlab.mikumikumi.xyz/maibot/maibot/-/pipelines
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@ adapter:
|
|||
# adapter的动态生成configmap的Job的配置
|
||||
cm_generator:
|
||||
image:
|
||||
repository: # 默认 reg.mikumikumi.xyz/maibot/adapter-cm-generator
|
||||
tag: # 默认 0.10.3-beta
|
||||
repository: # 默认 reg.mikumikumi.xyz/maibot/adapter-cm-generator 构建CI:https://gitlab.mikumikumi.xyz/maibot/maibot/-/pipelines
|
||||
tag: # 默认 0.11.0-beta
|
||||
pullPolicy: IfNotPresent
|
||||
pullSecrets: [ ]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue