Skip to content

Commit cff2844

Browse files
authored
Fix protocol (#152)
1 parent 9e55e3e commit cff2844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/memgraph/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
{{- if .Values.service.enableHttpMonitoring }}
2929
- port: {{ .Values.service.httpPortMonitoring }}
3030
targetPort: {{ .Values.service.httpPortMonitoring }}
31-
protocol: http
31+
protocol: TCP
3232
name: http-monitoring-port
3333
{{- end }}
3434
selector:

0 commit comments

Comments
 (0)