Refactor docs

This commit is contained in:
2026-07-15 18:27:28 +03:00
parent f8a3fc4cd3
commit 7cb18c11ea
7 changed files with 91 additions and 37 deletions
@@ -0,0 +1,12 @@
@startuml
top to bottom direction
cloud "Интернет" as Internet
rectangle "Proxy" as Proxy
rectangle "K8s" as K8s
rectangle "Docker" as Docker
Internet -- Proxy
Proxy -- K8s
Proxy -down- Docker
@enduml