af6ece09 by Adam Heath

Set the protocol on the port correctly(tcp, not http).

1 parent e5badcb1
...@@ -9,7 +9,7 @@ spec: ...@@ -9,7 +9,7 @@ spec:
9 ports: 9 ports:
10 - port: {{ .Values.service.port }} 10 - port: {{ .Values.service.port }}
11 targetPort: http-moqui 11 targetPort: http-moqui
12 protocol: http 12 protocol: TCP
13 name: http-moqui 13 name: http-moqui
14 selector: 14 selector:
15 {{- include "moqui.selectorLabels" . | nindent 4 }} 15 {{- include "moqui.selectorLabels" . | nindent 4 }}
......