Add load balancing strategy to readme (#1039)
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ license: apache-2.0
|
|
| 9 |
base_path: /chat
|
| 10 |
app_port: 3000
|
| 11 |
failure_strategy: rollback
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Chat UI
|
|
|
|
| 9 |
base_path: /chat
|
| 10 |
app_port: 3000
|
| 11 |
failure_strategy: rollback
|
| 12 |
+
load_balancing_strategy: random
|
| 13 |
---
|
| 14 |
|
| 15 |
# Chat UI
|