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