Skip to content

Commit

Permalink
Merge pull request #4657 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…4646-to-release-4.17

[release-4.17] OCPBUGS-43719: Soften haproxy timeout for kubeapi probe
  • Loading branch information
openshift-merge-bot[bot] authored Oct 26, 2024
2 parents aece697 + 1877d81 commit c1e2223
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ contents:
stats refresh 30s
stats auth Username:Password
backend masters
timeout check 10s
option httpchk GET /readyz HTTP/1.0
balance roundrobin
{{`{{- range .LBConfig.Backends }}
server {{ .Host }} {{ .Address }}:{{ .Port }} weight 1 verify none check check-ssl inter 1s fall 2 rise 3
server {{ .Host }} {{ .Address }}:{{ .Port }} weight 1 verify none check check-ssl inter 5s fall 3 rise 1
{{- end }}`}}

0 comments on commit c1e2223

Please sign in to comment.