Skip to content

Commit

Permalink
Fix incorrect comment in template
Browse files Browse the repository at this point in the history
  • Loading branch information
imcsk8 committed Oct 30, 2017
1 parent 724f0a7 commit 285296f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/router/haproxy/conf/haproxy-config.template
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ backend be_secure:{{$cfgIdx}}
{{- end }}
{{- with $value := firstMatch $timeSpecPattern (index $cfg.Annotations "haproxy.router.openshift.io/timeout")}}
timeout server {{$value}}
{{- end }} {{/* end balance algorithm setting. */}}
{{- end }}

{{- if isTrue (index $cfg.Annotations "haproxy.router.openshift.io/rate-limit-connections") }}
stick-table type ip size 100k expire 30s store conn_cur,conn_rate(3s),http_req_rate(10s)
Expand Down

0 comments on commit 285296f

Please sign in to comment.