mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 修正adapter服务的端口配置
parent
5fd0277b6f
commit
2540388df5
|
|
@ -10,7 +10,7 @@ spec:
|
|||
- name: napcat-ws
|
||||
port: {{ .Values.adapter.service.port }}
|
||||
protocol: TCP
|
||||
targetPort: {{ .Values.adapter.service.port }}
|
||||
targetPort: 8095
|
||||
nodePort: {{ .Values.adapter.service.nodePort }}
|
||||
selector:
|
||||
app: {{ .Release.Name }}-maibot-adapter
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ spec:
|
|||
image: {{ .Values.adapter.image.repository }}:{{ .Values.adapter.image.tag }}
|
||||
imagePullPolicy: {{ .Values.adapter.image.pullPolicy }}
|
||||
ports:
|
||||
- containerPort: {{ .Values.adapter.service.port }}
|
||||
- containerPort: 8095
|
||||
name: napcat-ws
|
||||
protocol: TCP
|
||||
resources: {{ .Values.adapter.resources }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue