fix: 修正错误的小写

pull/1208/head
zhangxinhui02 2025-08-20 03:20:23 +08:00
parent 58930f63d2
commit e28b9f9a47
No known key found for this signature in database
GPG Key ID: 22C23383864A313F
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: