Move TLS-point outside of netmaker-system
This commit is contained in:
parent
6d5c86927d
commit
772dc3a620
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user