minor corrections
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
||||
ports:
|
||||
- {{- if eq .Values.service.type "LoadBalancer" }}
|
||||
port: {{ .Values.service.port }}
|
||||
{{- if eq .Values.service.type "NodePort" }}
|
||||
{{- else if eq .Values.service.type "NodePort" }}
|
||||
nodePort: {{ .Values.service.nodePort }}
|
||||
{{- end }}
|
||||
targetPort: 80
|
||||
|
||||
Reference in New Issue
Block a user