From 7f54c40dc3c5c1d48ebe48880e6721667903ff83 Mon Sep 17 00:00:00 2001 From: taylanbakircioglu Date: Mon, 27 Oct 2025 15:16:03 +0300 Subject: [PATCH] Update README: Change HAProxy Agent from Python Service to Bash Service --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d4f597..7fb83a5 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ graph TB | **Database** | PostgreSQL 15 | Configuration storage, user management, agent tasks | 5432 | | **Cache** | Redis 7 | Session storage, performance metrics caching | 6379 | | **Reverse Proxy** | Nginx | Frontend/backend routing, SSL termination | 8080 | -| **HAProxy Agent** | Python Service | Polls backend, applies configs, manages HAProxy | N/A | +| **HAProxy Agent** | Bash Service | Polls backend, applies configs, manages HAProxy | N/A | | **HAProxy Instances** | HAProxy 2.8+ | Load balancer instances being managed by agents | 8404+ | ### Agent Pull Communication Flow - Detailed Entity Management