Skip to content

Commit b7bb77e

Browse files
committed
tbs
Signed-off-by: Pau Capdevila <pau@githedgehog.com>
1 parent 61df371 commit b7bb77e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/install-upgrade/build-wiring.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,3 +258,16 @@ The dotted line in the diagram shows the traffic flow for remote peering. The tr
258258

259259
A VPC loopback consists of a physical cable with both ends connected to the same switch, typically using adjacent ports. This configuration enables communication between different VPCs, addressing a Broadcom limitation.
260260

261+
``` mermaid
262+
architecture-beta
263+
group api(cloud)[API]
264+
265+
service db(database)[Database] in api
266+
service disk1(disk)[Storage] in api
267+
service disk2(disk)[Storage] in api
268+
service server(server)[Server] in api
269+
270+
db:L -- R:server
271+
disk1:T -- B:server
272+
disk2:T -- B:db
273+
```

0 commit comments

Comments
 (0)