Fix components diagram (#659)

This commit is contained in:
Moritz Eckert 2022-11-28 15:30:46 +01:00 committed by GitHub
parent 038ea5fade
commit bffa5c580c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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