mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 修正core的service未设置标签的问题
parent
1d795b4006
commit
8e12b7ca01
|
|
@ -3,6 +3,8 @@ kind: Service
|
|||
metadata:
|
||||
name: {{ .Release.Name }}-maibot-core
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
app: {{ .Release.Name }}-maibot-core
|
||||
spec:
|
||||
ports:
|
||||
- name: adapter-ws
|
||||
|
|
|
|||
Loading…
Reference in New Issue