mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-23 05:41:19 -05:00
Fix components diagram (#659)
This commit is contained in:
parent
038ea5fade
commit
bffa5c580c
@ -21,16 +21,15 @@ flowchart LR
|
|||||||
C[Bootstrapper]
|
C[Bootstrapper]
|
||||||
end
|
end
|
||||||
subgraph Kubernetes
|
subgraph Kubernetes
|
||||||
E[JoinService]
|
D[JoinService]
|
||||||
F[KMS]
|
E[KMS]
|
||||||
G[VerificationService]
|
F[VerificationService]
|
||||||
end
|
end
|
||||||
A -- deploys -->
|
A -- deploys -->
|
||||||
B -- starts --> C
|
B -- starts --> C
|
||||||
C -- deploys --> D
|
C -- deploys --> D
|
||||||
C -- deploys --> E
|
C -- deploys --> E
|
||||||
C -- deploys --> F
|
C -- deploys --> F
|
||||||
C -- deploys --> G
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Bootstrapper
|
## Bootstrapper
|
||||||
|
Loading…
Reference in New Issue
Block a user