Move TLS-point outside of netmaker-system

This commit is contained in:
Ruakij 2022-10-20 08:32:49 +02:00
parent 6d5c86927d
commit 772dc3a620

View File

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