feat(helm chart): 更新helm chart版本为0.12.0。

This commit is contained in:
zhangxinhui02
2025-12-24 03:06:52 +08:00
parent b5cbf0bf78
commit 914dfd32bd
9 changed files with 173 additions and 70 deletions

View File

@@ -20,6 +20,15 @@ spec:
nodePort: {{ .Values.core.webui.service.nodePort | default nil }}
{{- end }}
{{- end }}
{{- if .Values.core.maim_message_api_server.enabled }}
- name: maim-message
port: {{ .Values.core.maim_message_api_server.service.port }}
protocol: TCP
targetPort: 8090
{{- if eq .Values.core.maim_message_api_server.service.type "NodePort" }}
nodePort: {{ .Values.core.maim_message_api_server.service.nodePort | default nil }}
{{- end }}
{{- end }}
selector:
app: {{ .Release.Name }}-maibot-core
type: ClusterIP