af6ece09 by Adam Heath

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

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