diff --git a/docs/deployment.plantuml b/docs/deployment.plantuml index 4170d94..5941ae2 100644 --- a/docs/deployment.plantuml +++ b/docs/deployment.plantuml @@ -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 diff --git a/docs/deployment/deployment.png b/docs/deployment/deployment.png index 0ed73c6..242972c 100644 Binary files a/docs/deployment/deployment.png and b/docs/deployment/deployment.png differ