Skip to content

Commit

Permalink
fix(docs): updating diagram/docs with http component (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemosep authored Apr 2, 2024
1 parent 759eb41 commit f36be55
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ graph TB
user -- request --> balancer
sysadmin["SysAdmin"]
sysadmin -- (http) configures --> deployer
sysadmin ---> config
sysadmin -- (http) request --> http
sysadmin --> inspector
agent -- alerts --> sysadmin
subgraph system-network
subgraph Controller
http["http"]
deployer["Deployer"]
balancer["Load Balancer"]
agent["Agent Manager"]
Expand All @@ -32,7 +32,11 @@ graph TB
balancer -- routes requests --> service
deployer -- (http) deploy service --> runner
monitor -- (http) send metrics and status --> agent
monitor -- (http) send metrics and status --> http
http -- configures --> deployer
http -- sends metrics --> agent
http --> config
subgraph Worker
monitor["Monitor"]
Expand Down Expand Up @@ -70,6 +74,7 @@ graph TB
# Descrição dos componentes

- `ctl`
- `http` -> Recebe requisições HTTP do administrador e de `workers`.
- `deployer` -> Aceita a configuração estática de um serviço (inclui a
configuração em si junto da imagem) e inicia o processo de deploy de acordo
com os parâmetros especificados na configuração. Estará disponível a partir
Expand Down

0 comments on commit f36be55

Please sign in to comment.