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