fix: 修正错误的小写

This commit is contained in:
zhangxinhui02
2025-08-20 03:20:23 +08:00
parent 58930f63d2
commit e28b9f9a47
4 changed files with 4 additions and 4 deletions

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: