docs: update config deployment

This commit is contained in:
Jonas Kaninda
2024-11-12 13:26:14 +01:00
parent 542bd017c3
commit 3c7a55c5e4
7 changed files with 76 additions and 22 deletions

View File

@@ -8,7 +8,9 @@ nav_order: 4
# Load Balancing
Goma Gateway supports rund robim load blancing
Goma Gateway supports round-robin algorithm load balancing.
It comes with an integrated load balancing backends healthcheck.
```yaml
version: 1.0
@@ -23,8 +25,8 @@ gateway:
methods: []
healthCheck:
path: "/"
interval: 0
timeout: 0
interval: 30s
timeout: 10s
healthyStatuses: [200,404]
## destination: will be override by backends
destination: ""