Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ contents:
option httpchk GET /readyz HTTP/1.0
balance roundrobin
{{`{{- range .LBConfig.Backends }}
server {{ .Host }} {{ .Address }}:{{ .Port }} weight 1 verify none check check-ssl inter 5s fall 3 rise 1
server {{ .Host }} {{ .Address }}:{{ .Port }} weight 256 verify none check check-ssl inter 5s fastinter 2s fall 2 rise 3 slowstart 60s on-marked-down shutdown-sessions
{{- end }}`}}