Set the protocol on the port correctly(tcp, not http).
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 }} | ... | ... |
-
Please register or sign in to post a comment