mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
docs: clarify arrows
This commit is contained in:
parent
1880106a64
commit
1b4f847c82
2 changed files with 8 additions and 8 deletions
|
|
@ -26,20 +26,20 @@ API -- Runboat
|
|||
|
||||
Git -- GitHub
|
||||
GitHubAPI -- GitHub
|
||||
Webhook <-- GitHub : "Events:\npush,\npull_request"
|
||||
Runboat --> GitHubAPI : "Get Commit Info,\nSend Status updates"
|
||||
Webhook <.. GitHub : "Events:\npush,\npull_request"
|
||||
Runboat ..> GitHubAPI : "Get Commit Info,\nSend Status updates"
|
||||
|
||||
RunboatUI <--> API
|
||||
RunboatUI <..> API
|
||||
|
||||
Builds - BuildsHTTP
|
||||
BuildsHTTP <- Ingress
|
||||
Builds --> Git : "git clone"
|
||||
Builds -- Postgres
|
||||
BuildsHTTP <. Ingress
|
||||
Builds ..> Git : "git clone"
|
||||
Builds ..> Postgres
|
||||
IngressHTTP -- Ingress
|
||||
BuildsUI --> IngressHTTP
|
||||
BuildsUI ..> IngressHTTP
|
||||
|
||||
K8SAPI - Kubernetes
|
||||
|
||||
Runboat <-> K8SAPI : "kubectl / HTTPS"
|
||||
Runboat <.> K8SAPI : "kubectl / HTTPS"
|
||||
|
||||
@enduml
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 51 KiB |
Loading…
Reference in a new issue