fix(chart): backend service typos

This commit is contained in:
Grraahaam
2023-02-14 10:50:34 +01:00
parent d3fcb69c50
commit 56ca6039ba

View File

@@ -71,6 +71,6 @@ spec:
- protocol: TCP
port: 4000
targetPort: 4000 # container port
{{- if eq .Values.frontend.service.type "NodePort" }}
nodePort: {{ .Values.frontend.service.nodePort }}
{{- if eq .Values.backend.service.type "NodePort" }}
nodePort: {{ .Values.backend.service.nodePort }}
{{- end }}