Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -102,7 +102,7 @@ backend tb-http-backend |
102 | 102 | server tbHttp2 tb-http-transport2:8081 check inter 5s resolvers docker_resolver resolve-prefer ipv4 |
103 | 103 | |
104 | 104 | backend tb-api-backend |
105 | - balance leastconn | |
105 | + balance source | |
106 | 106 | option tcp-check |
107 | 107 | option log-health-checks |
108 | 108 | server tbApi1 tb-core1:8080 check inter 5s resolvers docker_resolver resolve-prefer ipv4 | ... | ... |