10 lines
197 B
INI
10 lines
197 B
INI
frontend http_front
|
|
bind *:80
|
|
stats uri /haproxy?stats
|
|
default_backend http_back
|
|
|
|
backend http_back
|
|
balance roundrobin
|
|
server kube <worker-node1-ip>:80
|
|
server kube <worker-node2-ip>:80
|