Skip to content

Commit

Permalink
Add Proxy and Data subgraphs to the application graph
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianoflorentino committed Mar 5, 2024
1 parent fe5cb0f commit af3ad9f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,18 @@ graph LR
load_balancer(Load Balancer)
database[(Database)]
subgraph Proxy
load_balancer
end
subgraph Application
load_balancer
black_pearl_api_1
black_pearl_api_2
end
subgraph Data
database
end
Expand All @@ -38,6 +46,8 @@ graph LR
class user default
class Application application
class Proxy application
class Data application
class load_balancer load_balancer
class black_pearl_api_1 black_pearl
class black_pearl_api_2 black_pearl
Expand Down

0 comments on commit af3ad9f

Please sign in to comment.