mirror of https://github.com/Mai-with-u/MaiBot.git
14 lines
316 B
YAML
14 lines
316 B
YAML
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 | indent 4 }}
|
|
bot_config.toml: |
|
|
{{ .Values.config.core_bot_config | indent 4 }}
|