diff --git a/TGJ Home/readme.md b/TGJ Home/readme.md index 429d6a3..423faa2 100644 --- a/TGJ Home/readme.md +++ b/TGJ Home/readme.md @@ -17,21 +17,22 @@ flowchart TD A[TGJ-NODE-1] A --> B[VMs] B --> BA[storage.internal] - BA --> DA - BA --> DB + BA -->|Boot Disk| DA + BA -->|Storage Blob| DB B --> BB[winbows.internal] - BB --> DB + BB -->|Boot Disk| DB B --> BC[main-vm.swittcorp] - BC --> DD + BC -->|Boot Disk| DD B --> BD[petegregory.net] - BD --> DD + BD -->|Boot Disk| DD + BD -->|Storage Blob| DD B --> BE[pbs.internal] - BE --> DA - BE --> DB - BE --> DD + BE -->|Boot Disk| DA + BE --> |NBD Storage| DB + BE --> |PBS Storage| DD B --> BF[docker.internal] - BF --> DA - BF --> DB + BF -->|Boot Disk| DA + BF -->|Storage Blob| DB A --> C[CTs] A --> D[Datastores] D --> DA[local-lvm] @@ -45,14 +46,14 @@ flowchart TD AA[TGJ-NODE-2] AA --> AB[VMs] AB --> ABA[gitea-runner.internal] - ABA --> ADA + ABA -->|Boot Disk| ADA AB --> ABB[gns3.internal] - ABB --> ADA + ABB -->|Boot Disk| ADA AB --> ABC[pterodactyl.internal] - ABC --> ADA + ABC -->|Boot Disk| ADA AA --> AC[CTs] AC --> ACA[media.internal] - ACA --> ADA + ACA -->|Boot Disk| ADA AA --> AD[Datastores] AD --> ADA[local-lvm] ``` @@ -62,9 +63,9 @@ flowchart TD AAA[TGJ-NODE-3] AAA --> AAB[VMs] AAB --> AABA[omada.internal] - AABA --> AADA + AABA -->|Boot Disk| AADA AAB --> AABB[haos.internal] - AABB --> AADA + AABB -->|Boot Disk| AADA AAA --> AAC[CTs] AAA --> AAD[Datastores] AAD --> AADA[local-lvm]