diff --git a/netmaker_server/files/opt/netmaker_server/docs/architecture.puml b/netmaker_server/files/opt/netmaker_server/docs/architecture.puml index 71ded73..af8c6bd 100644 --- a/netmaker_server/files/opt/netmaker_server/docs/architecture.puml +++ b/netmaker_server/files/opt/netmaker_server/docs/architecture.puml @@ -12,26 +12,26 @@ component netmaker_server { ng_stream -right-> ng_http : tls-termination } + component nm_ui + nm_ui -up- nm_ui_http + ng_http -down-( nm_ui_http + component Mosquitto Mosquitto -up- mq_plain Mosquitto -up- mq_tls - ng_stream -down-( mq_tls component rqlite - rqlite -right- rq_http + rqlite -up- rq_http rqlite -up- rq_cluster - ng_stream --down-( rq_cluster + ng_stream -down-( rq_cluster ng_http -down-( rq_http - component nm_ui - nm_ui -up- nm_ui_http - ng_http -down-( nm_ui_http - component nm_api - nm_api -up- nm_api_http - ng_http -down-( nm_api_http - nm_api -( rq_http + nm_api -down- nm_api_http + ng_http --( nm_api_http + nm_api -up-( ng_TLS : db-connection to rqlite-master + nm_api --( mq_plain } @enduml