We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c59719 + 756ebd2 commit a592fafCopy full SHA for a592faf
charts/templates/configmap-haproxy.yaml
@@ -76,7 +76,7 @@ data:
76
{{ $portType := upper (printf "%s" $v.type) }}
77
78
{{- if eq $portType "TCP" -}}
79
- listen odbc
+ listen marklogic-TCP-{{$portNumber}}
80
bind :{{ $portNumber }}
81
mode tcp
82
balance leastconn
0 commit comments