|
|
@ -1,10 +1,14 @@
|
|
|
|
@startuml
|
|
|
|
@startuml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
interface ng_TLS
|
|
|
|
|
|
|
|
|
|
|
|
component netmaker_server {
|
|
|
|
component netmaker_server {
|
|
|
|
component nginx {
|
|
|
|
component nginx {
|
|
|
|
component ng_stream
|
|
|
|
component ng_stream
|
|
|
|
component ng_http
|
|
|
|
component ng_http
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ng_stream -up- ng_TLS
|
|
|
|
|
|
|
|
|
|
|
|
ng_stream -right-> ng_http : tls-termination
|
|
|
|
ng_stream -right-> ng_http : tls-termination
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -29,6 +33,5 @@ component netmaker_server {
|
|
|
|
ng_http -down-( nm_api_http
|
|
|
|
ng_http -down-( nm_api_http
|
|
|
|
nm_api -( rq_http
|
|
|
|
nm_api -( rq_http
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ng_TLS -down- ng_stream
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@enduml
|
|
|
|
@enduml
|
|
|
|