fix: 修正类型问题

This commit is contained in:
zhangxinhui02
2025-08-20 02:58:21 +08:00
parent 93778370bf
commit 4c5c7137e7
12 changed files with 22 additions and 22 deletions

View File

@@ -13,7 +13,7 @@ spec:
protocol: TCP
targetPort: 8080
{{- if eq .Values.sqlite_web.service.type "nodePort" }}
nodePort: {{ .Values.sqlite_web.service.nodePort }}
nodePort: {{ .Values.sqlite_web.service.nodePort | default nil }}
{{- end }}
selector:
app: {{ .Release.Name }}-maibot-sqlite-web