fix: 修正错误的小写
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user