diff --git a/hadoop-ozone/dist/src/main/compose/common/s3-haproxy.cfg b/hadoop-ozone/dist/src/main/compose/common/s3-haproxy.cfg index 5af09fa400a6..6e8728945f29 100644 --- a/hadoop-ozone/dist/src/main/compose/common/s3-haproxy.cfg +++ b/hadoop-ozone/dist/src/main/compose/common/s3-haproxy.cfg @@ -36,3 +36,13 @@ backend servers server server1 s3g1:9878 maxconn 32 server server2 s3g2:9878 maxconn 32 server server3 s3g3:9878 maxconn 32 + +frontend webadmin + bind *:19878 + default_backend webadmin-servers + +backend webadmin-servers + balance roundrobin + server server1 s3g1:19878 maxconn 32 + server server2 s3g2:19878 maxconn 32 + server server3 s3g3:19878 maxconn 32