mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-25 19:11:18 -04:00
Fix components diagram (#659)
This commit is contained in:
parent
038ea5fade
commit
bffa5c580c
1 changed files with 3 additions and 4 deletions
|
@ -21,16 +21,15 @@ flowchart LR
|
|||
C[Bootstrapper]
|
||||
end
|
||||
subgraph Kubernetes
|
||||
E[JoinService]
|
||||
F[KMS]
|
||||
G[VerificationService]
|
||||
D[JoinService]
|
||||
E[KMS]
|
||||
F[VerificationService]
|
||||
end
|
||||
A -- deploys -->
|
||||
B -- starts --> C
|
||||
C -- deploys --> D
|
||||
C -- deploys --> E
|
||||
C -- deploys --> F
|
||||
C -- deploys --> G
|
||||
```
|
||||
|
||||
## Bootstrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue