Skip to content

Commit a592faf

Browse files
authored
Merge pull request #232 from marklogic/MLE-14152/Multiple-TCP-ports
MLE-14152 - Fix bug with multiple TCP ports
2 parents 3c59719 + 756ebd2 commit a592faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/templates/configmap-haproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ data:
7676
{{ $portType := upper (printf "%s" $v.type) }}
7777
7878
{{- if eq $portType "TCP" -}}
79-
listen odbc
79+
listen marklogic-TCP-{{$portNumber}}
8080
bind :{{ $portNumber }}
8181
mode tcp
8282
balance leastconn

0 commit comments

Comments
 (0)