add report

This commit is contained in:
nnhphong
2025-12-10 23:50:52 -05:00
parent a74d7e1b1a
commit 0faa83f271
3 changed files with 6 additions and 20 deletions

View File

Binary file not shown.

View File

@@ -1,37 +1,23 @@
healthcheck_addr: "0.0.0.0:9000" healthcheck_addr: "0.0.0.0:8080"
iperf_addr: "0.0.0.0:5201" iperf_addr: "0.0.0.0:5001"
backends: backends:
- id: "srv-1" - id: "srv-1"
ip: "10.0.1.1:8081" ip: "192.67.67.2:8080"
- id: "srv-2" - id: "srv-2"
ip: "10.0.1.2:8082" ip: "192.67.67.3:8080"
- id: "srv-3"
ip: "10.0.1.3:8083"
- id: "srv-4"
ip: "10.0.1.4:8084"
clusters: clusters:
main-api: main-api:
- "srv-1" - "srv-1"
- "srv-2" - "srv-2"
priority-api: priority-api:
- "srv-3" - "srv-1"
- "srv-4"
rules: rules:
- clients: - clients:
- "0.0.0.0/0:80" - "172.67.67.2/24:80"
targets:
- "main-api"
strategy:
type: "RoundRobin"
- clients:
- "10.0.0.0/24:80"
- "10.0.0.0/24:8080"
- "10.0.1.0/24:8080"
targets: targets:
- "main-api" - "main-api"
- "priority-api" - "priority-api"

0
report.md Normal file
View File