Commit d6fd954c authored by onknows's avatar onknows
Browse files

fix plantuml code

C2-1588
parent 78bc1c2e
Loading
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ Ansible inventory project

---


## Overview

Visualize the architecture for deploying debug containers in the Ansible Automation Hub ( Galaxy NG ) namespace:
@@ -70,8 +69,8 @@ System_Boundary(local, "c2platform.org") {
   }
}

Rel(engineer, c2d_rproxy1, "galaxy.c2platform.org", "https,port 443")
Rel(c2d_rproxy1, galaxy, "", "")
Rel(engineer, c2d_rproxy1, "galaxy.c2platform.org", "https,port 443")
Rel(engineer, debug_gui, "Using RDP connection", "xrdp,3389", $tags="light")
Rel(engineer, dashboard, "Via Kubernetes Dashboard\ngalaxy-dashboard.c2platform.org", "https,port 443")
Rel(debug_gui, galaxy, "Debug using\nFireFox\n(and CLI utilities)", "", $tags="light")
@@ -84,5 +83,3 @@ SHOW_LEGEND(false)

@enduml
```