mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 修正错误的小写
parent
58930f63d2
commit
e28b9f9a47
|
|
@ -11,7 +11,7 @@ spec:
|
|||
port: {{ .Values.adapter.service.port }}
|
||||
protocol: TCP
|
||||
targetPort: 8095
|
||||
{{- if eq .Values.adapter.service.type "nodePort" }}
|
||||
{{- if eq .Values.adapter.service.type "NodePort" }}
|
||||
nodePort: {{ .Values.adapter.service.nodePort | default nil }}
|
||||
{{- end }}
|
||||
selector:
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ spec:
|
|||
port: {{ .Values.napcat.service.port }}
|
||||
protocol: TCP
|
||||
targetPort: 6099
|
||||
{{- if eq .Values.napcat.service.type "nodePort" }}
|
||||
{{- if eq .Values.napcat.service.type "NodePort" }}
|
||||
nodePort: {{ .Values.napcat.service.nodePort | default nil }}
|
||||
{{- end }}
|
||||
selector:
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ spec:
|
|||
port: {{ .Values.sqlite_web.service.port }}
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
{{- if eq .Values.sqlite_web.service.type "nodePort" }}
|
||||
{{- if eq .Values.sqlite_web.service.type "NodePort" }}
|
||||
nodePort: {{ .Values.sqlite_web.service.nodePort | default nil }}
|
||||
{{- end }}
|
||||
selector:
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ spec:
|
|||
port: {{ .Values.statistics_dashboard.service.port }}
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
{{- if eq .Values.statistics_dashboard.service.type "nodePort" }}
|
||||
{{- if eq .Values.statistics_dashboard.service.type "NodePort" }}
|
||||
nodePort: {{ .Values.statistics_dashboard.service.nodePort | default nil }}
|
||||
{{- end }}
|
||||
selector:
|
||||
|
|
|
|||
Loading…
Reference in New Issue