Restructure to make better looking
This commit is contained in:
parent
772dc3a620
commit
e022a6e9f0
@ -12,26 +12,26 @@ component netmaker_server {
|
|||||||
ng_stream -right-> ng_http : tls-termination
|
ng_stream -right-> ng_http : tls-termination
|
||||||
}
|
}
|
||||||
|
|
||||||
component Mosquitto
|
|
||||||
Mosquitto -up- mq_plain
|
|
||||||
Mosquitto -up- mq_tls
|
|
||||||
|
|
||||||
ng_stream -down-( mq_tls
|
|
||||||
|
|
||||||
component rqlite
|
|
||||||
rqlite -right- rq_http
|
|
||||||
rqlite -up- rq_cluster
|
|
||||||
ng_stream --down-( rq_cluster
|
|
||||||
ng_http -down-( rq_http
|
|
||||||
|
|
||||||
component nm_ui
|
component nm_ui
|
||||||
nm_ui -up- nm_ui_http
|
nm_ui -up- nm_ui_http
|
||||||
ng_http -down-( 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 -up- rq_http
|
||||||
|
rqlite -up- rq_cluster
|
||||||
|
ng_stream -down-( rq_cluster
|
||||||
|
ng_http -down-( rq_http
|
||||||
|
|
||||||
component nm_api
|
component nm_api
|
||||||
nm_api -up- nm_api_http
|
nm_api -down- nm_api_http
|
||||||
ng_http -down-( nm_api_http
|
ng_http --( nm_api_http
|
||||||
nm_api -( rq_http
|
nm_api -up-( ng_TLS : db-connection to rqlite-master
|
||||||
|
nm_api --( mq_plain
|
||||||
}
|
}
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user