docs: improve wording

This commit is contained in:
Thomas Tendyck 2022-11-30 12:12:41 +01:00 committed by Thomas Tendyck
parent 8004edcc14
commit 92d97e117a
12 changed files with 93 additions and 59 deletions

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