mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 15:11:10 +00:00
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
|