feat(helm chart): 更新helm chart版本为0.12.0。
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -29,7 +29,7 @@ spec:
|
||||
value: "1b662741904d7155d1ce1c00b3530d0d"
|
||||
- name: PRIVACY_AGREE
|
||||
value: "9943b855e72199d0f5016ea39052f1b6"
|
||||
image: {{ .Values.core.image.repository | default "sengokucola/maibot" }}:{{ .Values.core.image.tag | default "0.11.6-beta" }}
|
||||
image: {{ .Values.core.image.repository | default "sengokucola/maibot" }}:{{ .Values.core.image.tag | default "0.12.0" }}
|
||||
imagePullPolicy: {{ .Values.core.image.pullPolicy }}
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
|
||||
Reference in New Issue
Block a user