Skip to content

Commit

Permalink
Merge pull request #2968 from adrienramiliharivelo/patch-1
Browse files Browse the repository at this point in the history
Update ha-considerations.md
  • Loading branch information
k8s-ci-robot authored Nov 23, 2023
2 parents 3727a0c + d801007 commit 0afcc43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ha-considerations.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ frontend apiserver
bind *:${APISERVER_DEST_PORT}
mode tcp
option tcplog
default_backend apiserver
default_backend apiserverbackend

#---------------------------------------------------------------------
# round robin balancing for apiserver
#---------------------------------------------------------------------
backend apiserver
backend apiserverbackend
option httpchk GET /healthz
http-check expect status 200
mode tcp
Expand Down

0 comments on commit 0afcc43

Please sign in to comment.